Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ app = FastAPI(
|
|
17 |
description=DESC_TEXT,
|
18 |
# summary="Deadpool's favorite app. Nuff said.",
|
19 |
version="0.0.1",
|
|
|
20 |
# terms_of_service="http://example.com/terms/",
|
21 |
# contact={
|
22 |
# "name": "Deadpoolio the Amazing",
|
@@ -25,7 +26,7 @@ app = FastAPI(
|
|
25 |
# },
|
26 |
license_info={
|
27 |
"name": "Apache 2.0",
|
28 |
-
"identifier": "
|
29 |
},
|
30 |
)
|
31 |
|
|
|
17 |
description=DESC_TEXT,
|
18 |
# summary="Deadpool's favorite app. Nuff said.",
|
19 |
version="0.0.1",
|
20 |
+
debug=False,
|
21 |
# terms_of_service="http://example.com/terms/",
|
22 |
# contact={
|
23 |
# "name": "Deadpoolio the Amazing",
|
|
|
26 |
# },
|
27 |
license_info={
|
28 |
"name": "Apache 2.0",
|
29 |
+
"identifier": "Apache 2.0",
|
30 |
},
|
31 |
)
|
32 |
|