forked from orbit-oss/flask
Trivial fix for PathDispatcher example usage
This commit is contained in:
parent
7e1ebae3a2
commit
c6dbcd572b
1 changed files with 1 additions and 1 deletions
|
|
@ -167,4 +167,4 @@ falls back to another application if the creator function returns `None`::
|
|||
if user is not None:
|
||||
return create_app(user)
|
||||
|
||||
application = PathDispatcher('example.com', default_app, make_app)
|
||||
application = PathDispatcher(default_app, make_app)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue