Skip to content

Commit

Permalink
Add new route for notifying top memo authors in v1 routes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmquang committed Jan 21, 2025
1 parent b9b60e8 commit 61c8e8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/routes/v1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,12 @@ func Test_loadV1Routes(t *testing.T) {
Handler: "github.com/dwarvesf/fortress-api/pkg/handler/discord.IHandler.NotifyWeeklyMemos-fm",
},
},
"/cronjobs/notify-top-memo-authors": {
"POST": {
Method: "POST",
Handler: "github.com/dwarvesf/fortress-api/pkg/handler/discord.IHandler.NotifyTopMemoAuthors-fm",
},
},
"/cronjobs/transcribe-youtube-broadcast": {
"POST": {
Method: "POST",
Expand Down

0 comments on commit 61c8e8a

Please sign in to comment.