Add newline at end of file
This commit is contained in:
parent
00613a7db8
commit
e59d7b5cc6
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ class PrefixFix(object):
|
||||||
return self.app(environ, start_response)
|
return self.app(environ, start_response)
|
||||||
|
|
||||||
if not app.debug:
|
if not app.debug:
|
||||||
app.wsgi_app = PrefixFix(app.wsgi_app, '/james')
|
app.wsgi_app = PrefixFix(app.wsgi_app, '/james')
|
||||||
|
|
Loading…
Reference in a new issue