From 654c682b05fc3d0103734de4b09900a90765b4e5 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Wed, 8 Oct 2025 05:37:08 +0500 Subject: [PATCH] modified: begushiybashkir/bbvue/src/views/Home.vue modified: serv_nginx/api_bb/internal/handlers/health.go fix bachground photo path --- begushiybashkir/bbvue/src/views/Home.vue | 15 ++++++++++++--- serv_nginx/api_bb/internal/handlers/health.go | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) 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) {