typo
This commit is contained in:
parent
0a60da6fea
commit
58f4cda11a
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class PrefixMiddleware(object):
|
||||||
start_response('404', [('Content-Type', 'text/plain')])
|
start_response('404', [('Content-Type', 'text/plain')])
|
||||||
return ["This url does not belong to the app.".encode()]
|
return ["This url does not belong to the app.".encode()]
|
||||||
|
|
||||||
APP.wsgi_app = PrefixMiddleware(app.wsgi_app, prefix=APP.config['APPLICATION_ROOT'])
|
APP.wsgi_app = PrefixMiddleware(APP.wsgi_app, prefix=APP.config['APPLICATION_ROOT'])
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue