Spaces:
Running
Running
Fixed server.py that application spell error
Browse files
server.py
CHANGED
@@ -72,7 +72,7 @@ def termsOfService():
|
|
72 |
|
73 |
with open("metadata.json", "r") as f:
|
74 |
json_data = json.load(f)
|
75 |
-
@
|
76 |
def metadata():
|
77 |
return jsonify(json_data)
|
78 |
|
|
|
72 |
|
73 |
with open("metadata.json", "r") as f:
|
74 |
json_data = json.load(f)
|
75 |
+
@application.route('/metadata')
|
76 |
def metadata():
|
77 |
return jsonify(json_data)
|
78 |
|