From ddde9dc1278c48d4574fd6dda803b07475148e52 Mon Sep 17 00:00:00 2001 From: "https://github.com/alimx07" <149194464+alimx07@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:33:06 +0200 Subject: [PATCH] test deploy pipeline --- services/api_gateway/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/services/api_gateway/main.go b/services/api_gateway/main.go index 265e526..0c6f85b 100644 --- a/services/api_gateway/main.go +++ b/services/api_gateway/main.go @@ -92,6 +92,7 @@ func main() { case err := <-errChan: log.Println("Server Error: ", err.Error()) } + stop() server.Close()