Skip to content

Commit

Permalink
why is that the default
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed May 2, 2024
1 parent 38db1a4 commit 8a6296f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class Semester(BaseModel):


@app.get(
"data/current_semester",
"/data/current_semester",
summary="Returns the current year and semester (yes this is subjective)."
)
async def current_semester() -> Semester:
Expand Down

0 comments on commit 8a6296f

Please sign in to comment.