FIX route prefix
This commit is contained in:
parent
1e4a5fc791
commit
f48c246ad3
1 changed files with 2 additions and 1 deletions
|
@ -174,7 +174,8 @@ def rpc_wip():
|
|||
|
||||
|
||||
def create_app(queue, larigira):
|
||||
app = Flask('larigira')
|
||||
app = Flask('larigira',
|
||||
static_url_path=get_conf()['ROUTE_PREFIX'] + '/static')
|
||||
app.config.update(get_conf())
|
||||
Bootstrap(app)
|
||||
app.register_blueprint(rpc)
|
||||
|
|
Loading…
Reference in a new issue