Update Server.go

This commit is contained in:
Cedric Verstraeten
2025-01-15 16:53:35 +01:00
parent 4fde419db9
commit 84f7f844c9

View File

@@ -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