fix
All checks were successful
Build (backend build only) / build (push) Successful in 3m28s

This commit is contained in:
Iron_Felix 2025-12-20 00:17:54 +03:00
parent 53e270015c
commit c58b578023
4 changed files with 47 additions and 94 deletions

View file

@ -62,7 +62,7 @@ func main() {
rpcClient := rmq.NewRPCClient(rmqConn, 30*time.Second)
server := handlers.NewServer(queries, AppConfig.ImageServerSocket, rpcClient)
server := handlers.NewServer(queries, AppConfig.ImageServerURL, rpcClient)
r.Use(cors.New(cors.Config{
AllowOrigins: []string{AppConfig.ServiceAddress},