joytou commited on
Commit
cb843fb
·
1 Parent(s): afeffa2

Fixed server.py that application spell error

Browse files
Files changed (1) hide show
  1. server.py +1 -1
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
- @appliation.route('/metadata')
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