Skip to content
Snippets Groups Projects
Commit c9bac0b8 authored by Diccion, Kaeren C (UG - Computer Science)'s avatar Diccion, Kaeren C (UG - Computer Science)
Browse files

Update showtimes.py

parent 0c3d436b
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ def hello(): ...@@ -24,7 +24,7 @@ def hello():
@app.route("/showtimes", methods=['GET']) @app.route("/showtimes", methods=['GET'])
def showtimes_list(): def showtimes_list():
json.dump(showtimes) return json.dump(showtimes)
@app.route("/showtimes/<date>", methods=['GET']) @app.route("/showtimes/<date>", methods=['GET'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment