Skip to content

Commit

Permalink
Merge pull request #81 from Corvax-Frontier/discordahelp
Browse files Browse the repository at this point in the history
ds ahelp 2
  • Loading branch information
Sh1ntra authored Nov 14, 2024
2 parents 1ac2893 + 3765687 commit 5b80123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Server/Administration/ServerApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ void IPostInjectInit.PostInject()

// Post
RegisterActorHandler(HttpMethod.Post, "/admin/actions/round/start", ActionRoundStart);
RegisterActorHandler(HttpMethod.Post, "/admin/actions/ahelp/send", ActionAhelpSend);
RegisterActorHandler(HttpMethod.Post, "/admin/actions/round/end", ActionRoundEnd);
RegisterActorHandler(HttpMethod.Post, "/admin/actions/round/restartnow", ActionRoundRestartNow);
RegisterActorHandler(HttpMethod.Post, "/admin/actions/kick", ActionKick);
Expand Down

0 comments on commit 5b80123

Please sign in to comment.