Update dependencies.

This commit is contained in:
2024-06-10 22:25:46 +01:00
parent a9fd6b3d0a
commit 371d51f96f
10 changed files with 32 additions and 48 deletions
+1
View File
@@ -16,6 +16,7 @@ import (
// StartHTTPProxy starts the HTTP and points it to the GraphQL server.
func StartHTTPProxy() {
cfg.Logger.Debug("Starting the HTTP proxy", nil)
server := fiber.New(fiber.Config{
DisableStartupMessage: true,
AppName: fmt.Sprintf("GraphQL Monitoring Proxy - %s v%s", libpack_config.PKG_NAME, libpack_config.PKG_VERSION),