forked from 3wordchant/capsul-flask
Fix botched merge
This commit is contained in:
parent
82c0c63ff4
commit
bef379273f
@ -188,8 +188,8 @@ def create_app():
|
||||
auth, landing, console, payment, metrics, cli, hub_api, publicapi, admin
|
||||
)
|
||||
|
||||
app.register_blueprint(landing.bp)
|
||||
app.register_blueprint(auth.bp)
|
||||
app.register_blueprint(landing.bp)
|
||||
app.register_blueprint(console.bp)
|
||||
app.register_blueprint(payment.bp)
|
||||
app.register_blueprint(metrics.bp)
|
||||
@ -254,4 +254,3 @@ def create_app():
|
||||
return url_for(endpoint, **values)
|
||||
|
||||
return app
|
||||
>>>>>>> tests
|
||||
|
Loading…
Reference in New Issue
Block a user