disable oidc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-01-17 14:25:52 +01:00
parent b9b7c6b48d
commit 6ede84955c

View File

@ -74,7 +74,7 @@ def schulrunden(zahl, stellen=0, ist_kcal=False):
# Index-Route # Index-Route
@app.route('/') @app.route('/')
@oidc.require_login # @oidc.require_login
def index(): def index():
return render_template('index.html') return render_template('index.html')
@ -221,6 +221,7 @@ def delete_nutrition():
@app.route('/random') @app.route('/random')
# @oidc.require_login
def random_page(): def random_page():
# Diese Route gibt die HTML-Seite 'random.html' zurück # Diese Route gibt die HTML-Seite 'random.html' zurück
return render_template('random.html') return render_template('random.html')