modified: begushiybashkir/bbvue/src/views/Home.vue

modified:   serv_nginx/api_bb/internal/handlers/health.go
fix bachground photo path
This commit is contained in:
2025-10-08 05:37:08 +05:00
parent 7ec95ab722
commit 654c682b05
2 changed files with 13 additions and 4 deletions
@@ -18,7 +18,7 @@ func (h *HealthHandler) Routes() chi.Router {
r.Get("/health", h.HealthCheck)
r.Get("/check", h.Check)
return r
return r
}
func (h *HealthHandler) HealthCheck(w http.ResponseWriter, r *http.Request) {