forked from orbit-oss/flask
Admin -> Backend
This commit is contained in:
parent
5aabc40700
commit
c26a6dd50c
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ are combined by the dispatcher middleware into a larger one that
|
||||||
dispatched based on prefix.
|
dispatched based on prefix.
|
||||||
|
|
||||||
For example you could have your main application run on `/` and your
|
For example you could have your main application run on `/` and your
|
||||||
backend interface on `/admin`::
|
backend interface on `/backend`::
|
||||||
|
|
||||||
from werkzeug.wsgi import DispatcherMiddleware
|
from werkzeug.wsgi import DispatcherMiddleware
|
||||||
from frontend_app import application as frontend
|
from frontend_app import application as frontend
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue