Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ SCHEMA_URL = "http://localhost:5000/openapi.json"
|
|
15 |
def get_schema():
|
16 |
response = requests.post(SCHEMA_URL)
|
17 |
json_response = response.json()
|
|
|
18 |
print(json_response)
|
19 |
|
20 |
get_schema()
|
|
|
15 |
def get_schema():
|
16 |
response = requests.post(SCHEMA_URL)
|
17 |
json_response = response.json()
|
18 |
+
print("The schema")
|
19 |
print(json_response)
|
20 |
|
21 |
get_schema()
|