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()