From 86823cb2e6b251490a46437779dba512dd5b01ed Mon Sep 17 00:00:00 2001 From: mycodedoesnotcompile2 <149587341+mycodedoesnotcompile2@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:12:49 +0000 Subject: [PATCH] Update api.go --- api/api.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/api.go b/api/api.go index 323433a..9136883 100644 --- a/api/api.go +++ b/api/api.go @@ -33,8 +33,7 @@ func RegisterRoutes(ctx context.Context, wg *sync.WaitGroup, engine *html.Engine Browse: config.Conf.Env == "dev", })) - if config.Conf.Proxy != "" - { + if config.Conf.Proxy != "" { app.Use(proxy.Balancer(proxy.Config{ Servers: []string{ config.Conf.Proxy } , })) }