feat: Change default redirect to Adults dashboard
Co-authored-by: Antigravity <antigravity@google.com>
This commit is contained in:
4
app.py
4
app.py
@@ -105,8 +105,8 @@ def inject_render_time():
|
||||
|
||||
@app.route("/")
|
||||
def index():
|
||||
# Redirect root to /fees for convenience while there are no other apps
|
||||
return '<meta http-equiv="refresh" content="0; url=/fees" />'
|
||||
# Redirect root to /adults for convenience while there are no other apps
|
||||
return '<meta http-equiv="refresh" content="0; url=/adults" />'
|
||||
|
||||
@app.route("/fees")
|
||||
def fees():
|
||||
|
||||
Reference in New Issue
Block a user