Commit 44bedfe8 authored by meeee's avatar meeee

Add missing () in url_routing.rst

parent 10885304
......@@ -25,7 +25,7 @@ based on URL (with dynamic paths), HTTP method, expected content type, etc::
return "%s" % numericid
if __name__ == '__main__':
app = RESTResource((RESTService,))
app = RESTResource((RESTService(),))
app.run()
*Note*:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment