Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Fix for REST API method
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Jan 24, 2024
1 parent 72300a0 commit 13f577e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/restapi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def getStatsCount(request: StatsRequest):
)
return results

@app.post("/availability")
@app.get("/availability")
def getAvailability():
return {
"countries": config.AVAILABILITY
Expand Down

0 comments on commit 13f577e

Please sign in to comment.