Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Fix error with missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Wang committed May 6, 2017
1 parent 9e77e32 commit 2d0bf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restapi/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Media(db.Model):


@app.route('/', methods=["GET"])
def test(filename):
def test():
"""Return a test for root route."""
return "Test succeeded. It works!"

Expand Down

0 comments on commit 2d0bf57

Please sign in to comment.