From f994472ac5405934b8e1741bd13a57fd3994e755 Mon Sep 17 00:00:00 2001 From: LeonG11 Date: Thu, 14 May 2026 11:15:50 +0300 Subject: [PATCH] fix(all) delete name Viplight --- backend/main.go | 7 +++---- frontend/index.html | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/backend/main.go b/backend/main.go index d453209..b051c93 100644 --- a/backend/main.go +++ b/backend/main.go @@ -5,10 +5,9 @@ import ( "github.com/gin-gonic/gin" "github.com/joho/godotenv" - - "viplight-mrp/database" - "viplight-mrp/handlers" - "viplight-mrp/middleware" + "mrp/database" + "mrp/handlers" + "mrp/middleware" ) func main() { diff --git a/frontend/index.html b/frontend/index.html index 931c8f8..8eb45d6 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,7 @@ - Viplight MRP + MRP