Skip to content

Commit

Permalink
Update Server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 15, 2025
1 parent 4fde419 commit 84f7f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machinery/src/routers/http/Server.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func StartServer(configDirectory string, configuration *models.Configuration, co
// Initialize REST API
r := gin.Default()

// Profileerggerg
// Profiler
pprof.Register(r)

// Setup CORS
Expand Down

0 comments on commit 84f7f84

Please sign in to comment.