Skip to content
Snippets Groups Projects
Commit 6065f0d5 authored by Krishnan, Arjun (PG/T - Computer Science)'s avatar Krishnan, Arjun (PG/T - Computer Science)
Browse files

Update showtimes.py

parent 1bc108e6
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ def hello():
@app.route("/showtimes", methods=['GET'])
def showtimes_list():
nice_json(showtimes)
return nice_json(showtimes)
@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