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

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spookybear0 committed Oct 2, 2020
1 parent 81d2927 commit 7eb7a87
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 @@ -51,7 +51,7 @@ def config_routes(app: web.Application) -> None:
app.router.add_post("/database/suggestGJStars20.php", rate_level_handler)
app.router.add_post("/database/requestUserAccess.php", mod_check_handler)
app.router.add_post("/database/getGJDailyLevel.php", get_daily_handler)
app.add_subapp("/api/", api)
#app.add_subapp("/api/", api)
app.add_subapp("/tools/", tools)

def welcome_sequence(no_ascii : bool = False):
Expand Down

0 comments on commit 7eb7a87

Please sign in to comment.