Whitebox Tests
This commit is contained in:
@ -101,7 +101,7 @@ def initRoutes(app: Flask):
|
||||
s="p", praxis="hidden")
|
||||
|
||||
@app.route("/plan/<string:kurs>")
|
||||
async def displayPlan(kurs):
|
||||
async def displayPlan(kurs: str):
|
||||
"""
|
||||
Zeigt den Stundenplan ohne Login an. \n
|
||||
Präferenzen werden nicht berücksichtigt.
|
||||
|
||||
Reference in New Issue
Block a user