Запрос по материалу заготовки

Доработать возвращение в меню запросов
This commit is contained in:
Anton Kamalov
2024-10-22 00:09:03 +03:00
parent 19a5869d30
commit 339a55f8da
7 changed files with 53 additions and 12 deletions

View File

@@ -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')