diff --git a/begushiybashkir/bbvue/src/views/Home.vue b/begushiybashkir/bbvue/src/views/Home.vue index f6c96df..ff5116d 100644 --- a/begushiybashkir/bbvue/src/views/Home.vue +++ b/begushiybashkir/bbvue/src/views/Home.vue @@ -216,7 +216,16 @@ @@ -227,8 +236,8 @@ export default { /* Герой-секция */ .hero-section { - background: linear-gradient(135deg, rgba(46, 139, 87, 0.9) 0%, rgba(38, 115, 74, 0.9) 100%), - url('../assets/images/Roshim2025_3.png') center/cover no-repeat; + background: linear-gradient(135deg, rgba(46, 139, 86, 0.555) 0%, rgba(38, 115, 74, 0.477) 100%), + url('@/public/images/Roshim2025_3.png') center/cover no-repeat; color: white; padding: 120px 0 80px; position: relative; diff --git a/serv_nginx/api_bb/internal/handlers/health.go b/serv_nginx/api_bb/internal/handlers/health.go index 1126256..9e240a3 100644 --- a/serv_nginx/api_bb/internal/handlers/health.go +++ b/serv_nginx/api_bb/internal/handlers/health.go @@ -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) {