Skip to content

Commit

Permalink
no live debugging yes yes yes yes
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Dec 15, 2020
1 parent 6de1070 commit 7320734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/kittybot/kittybot/WebService.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class WebService{
public WebService(int port){
Javalin.create(config -> config.enableCorsForOrigin(Config.ORIGIN_URL)).routes(() -> {
get("/discord_login", this::discordLogin);
get("/twitch", this::twitch);
post("/twitch", this::twitch);
get("/health_check", ctx -> ctx.result("alive"));
get("/commands/get", this::getCommands);
post("/login", this::login);
Expand Down

0 comments on commit 7320734

Please sign in to comment.