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

Update movies.py

parent c62df8a0
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ with open("{}/database/movies.json".format(os.getcwd()), "r") as f:
@app.route("/", methods=['GET'])
def hello():
return nice_json({
return json.dumps({
"uri": "/",
"subresource_uris": {
"movies": "/movies",
......
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