OG Meta and navbar bug fix
This commit is contained in:
@@ -15,7 +15,7 @@ import config
|
||||
|
||||
def create_app():
|
||||
app = Flask(__name__)
|
||||
app.config.from_object(config.TestingConfig())
|
||||
app.config.from_object(config.ProductionConfig())
|
||||
|
||||
from common.blueprints import cookie_consent
|
||||
|
||||
|
Reference in New Issue
Block a user