|
|
@ -41,7 +41,7 @@ app = Flask(__name__)
|
|
|
|
app.config['SECRET KEY'] = 'this should be a secret random string'
|
|
|
|
app.config['SECRET KEY'] = 'this should be a secret random string'
|
|
|
|
|
|
|
|
|
|
|
|
# register the middleware to prefix all the requests with our base_url
|
|
|
|
# register the middleware to prefix all the requests with our base_url
|
|
|
|
app.wsgi_app = PrefixMiddleware(app.wsgi_app, prefix='/soupboat/library')
|
|
|
|
app.wsgi_app = PrefixMiddleware(app.wsgi_app, prefix='/soupboat/library-db')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ app.route("/")
|
|
|
|
@ app.route("/")
|
|
|
|