fix import with name "viplight"

This commit is contained in:
2026-05-15 11:36:21 +03:00
parent 08410372bb
commit 89379271d8
9 changed files with 14 additions and 181 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import (
"github.com/golang-jwt/jwt/v5"
"golang.org/x/crypto/bcrypt"
"viplight-mrp/database"
"viplight-mrp/models"
"mrp/database"
"mrp/models"
)
func Login(c *gin.Context) {