Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
fix fuck up
Browse files Browse the repository at this point in the history
  • Loading branch information
spookybear0 committed Oct 14, 2020
1 parent 81811c8 commit 4678df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def config_routes(app: web.Application) -> None:


for r, h in routes:
app.router.add_post()
app.router.add_post(r, h)

#app.add_subapp("/api/", api)
app.add_subapp("/tools/", tools)
Expand Down

0 comments on commit 4678df1

Please sign in to comment.