Fixed module name

This commit is contained in:
Nedim
2023-09-11 08:08:24 +02:00
parent f02e5e49cb
commit 013601dd50
9 changed files with 27 additions and 20 deletions

View File

@@ -2,9 +2,9 @@ package controllers
// import (
// "net/http"
// models "novatech/models"
// models "gitlab.com/pactual1/backend/config/models"
// "github.com/VoidArtanis/go-rest-boilerplate/models"
// "gitlab.com/pactual1/backend/config/models"
// "github.com/gin-gonic/gin"
// )