Skip to content

Commit

Permalink
fix: dev resource path
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Sep 24, 2024
1 parent cbf171d commit c3f3c35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DevDiscordWebhookResource(
private val statisticsJob: HeroStatisticsJob,
) {
@Operation(summary = "discord webhook test")
@PostMapping("/api/dev/v1/discord-webhooks/{id}")
@PostMapping("/api/dev/v1/discord-webhooks")
suspend fun sendMessage(
dev: DevAuthUser,
@RequestParam channel: DiscordWebhookClientConfig.Config.Channel,
Expand Down

0 comments on commit c3f3c35

Please sign in to comment.