Skip to content

Commit

Permalink
Fix error in route
Browse files Browse the repository at this point in the history
  • Loading branch information
jak574 authored and lpsinger committed Mar 13, 2024
1 parent 5ed7dc6 commit e7c598e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/across_api/burstcube/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async def burstcube_too_update(
return too.schema


@app.get("/burstcube/too/", status_code=status.HTTP_200_OK)
@app.get("/burstcube/too", status_code=status.HTTP_200_OK)
async def burstcube_too_requests(
daterange: OptionalDateRangeDep,
duration: OptionalDurationDep,
Expand Down

0 comments on commit e7c598e

Please sign in to comment.