Commit 6bff78dd authored by Jacek Furmankiewicz's avatar Jacek Furmankiewicz

Merge pull request #6 from meeee/patch-1

Add missing () in url_routing.rst
parents 4721f176 44bedfe8
...@@ -25,7 +25,7 @@ based on URL (with dynamic paths), HTTP method, expected content type, etc:: ...@@ -25,7 +25,7 @@ based on URL (with dynamic paths), HTTP method, expected content type, etc::
return "%s" % numericid return "%s" % numericid
if __name__ == '__main__': if __name__ == '__main__':
app = RESTResource((RESTService,)) app = RESTResource((RESTService(),))
app.run() app.run()
*Note*: *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