fix(all) delete name Viplight

This commit is contained in:
2026-05-14 11:15:50 +03:00
parent 5c06c7b7d2
commit f994472ac5
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -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() {