readded fe
This commit is contained in:
@@ -167,7 +167,7 @@ except requests.exceptions.ConnectionError as err:
|
||||
|
||||
# oidc_multi_auth = MultiAuth(oidc_auth, jwt_auth) <- can't work as OIDCAuthentication not implementing HTTPAuth
|
||||
|
||||
#from .serve_frontend import fe_bp
|
||||
from .serve_frontend import fe_bp
|
||||
from .api import auth_api_bp, api_v1, api_bp
|
||||
|
||||
CORS(app)
|
||||
@@ -176,7 +176,7 @@ CORS(api_bp)
|
||||
app.register_blueprint(auth_bp)
|
||||
app.register_blueprint(auth_api_bp)
|
||||
app.register_blueprint(api_bp)
|
||||
#app.register_blueprint(fe_bp)
|
||||
app.register_blueprint(fe_bp)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user