Запрос по материалу заготовки
Доработать возвращение в меню запросов
This commit is contained in:
@@ -13,6 +13,7 @@ app.register_blueprint(requests_bp, url_prefix='/requests')
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
session['db_config'] = app.config['db_config'] # Временное решение до момента с авторизацией
|
||||
return render_template('index.html')
|
||||
|
||||
@app.route('/logout')
|
||||
|
||||
Reference in New Issue
Block a user