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
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"gorm.io/driver/postgres"
"gorm.io/gorm"
"viplight-mrp/models"
"mrp/models"
)
var DB *gorm.DB
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"github.com/gin-gonic/gin"
"viplight-mrp/database"
"viplight-mrp/models"
"mrp/database"
"mrp/models"
)
func GetsOrders(c *gin.Context) {
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"github.com/gin-gonic/gin"
"viplight-mrp/database"
"viplight-mrp/models"
"mrp/database"
"mrp/models"
)
func GetPart(c *gin.Context) {
+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) {