mirror of
https://github.com/MathiasDPX/grainParisArt.git
synced 2025-01-09 00:26:38 +00:00
Remove index route
This commit is contained in:
parent
97f6db0155
commit
0e8b3523b8
1 changed files with 1 additions and 2 deletions
1
app.py
1
app.py
|
@ -104,7 +104,6 @@ def translateDay(weekday: int):
|
|||
case _: return "???"
|
||||
|
||||
@app.route('/')
|
||||
@app.route('/index')
|
||||
def home():
|
||||
delta = request.args.get("delta", default=0, type=int)
|
||||
|
||||
|
|
Loading…
Reference in a new issue