Skip to content

Commit

Permalink
[fix] changing call method
Browse files Browse the repository at this point in the history
  • Loading branch information
dr4hcu5-jan committed Apr 10, 2024
1 parent a324ce1 commit 6324330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage-forecasts.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func main() {
router.Use(wisdomMiddleware.Authorization(globals.ServiceName))
// now mount the admin router
router.HandleFunc("/", routes.InformationRoute)
router.Post("/{algorithm-name}", routes.PredefinedForecast)
router.HandleFunc("/{algorithm-name}", routes.PredefinedForecast)

// now boot up the service
// Configure the HTTP server
Expand Down

0 comments on commit 6324330

Please sign in to comment.