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 @@
-