modified: begushiybashkir/bbvue/src/App.vue

modified:   serv_golang_rest_api/internal/server/server.go
	new file:   serv_golang_rest_api/main
	new file:   serv_golang_rest_api/main.exe
change menu into main site begushiybashkir
This commit is contained in:
2025-10-01 05:31:30 +05:00
parent 4b0c07ddcb
commit 995c49b783
4 changed files with 425 additions and 56 deletions
@@ -83,7 +83,7 @@ func (s *Server) healthCheck(w http.ResponseWriter, r *http.Request) {
http.Error(w, "Database connection error", http.StatusServiceUnavailable)
return
}
if err := sqlDB.Ping(); err != nil {
http.Error(w, "Database ping failed", http.StatusServiceUnavailable)
return
Binary file not shown.
Binary file not shown.