Module name

This commit is contained in:
Nedim
2023-09-11 08:08:24 +02:00
parent a4fed06efc
commit 203961986d
8 changed files with 20 additions and 24 deletions

View File

@@ -1,13 +1,9 @@
/**
* Created by VoidArtanis on 11/2/2017
*/
package controllers
import (
"pactual1/middlewares"
"gitlab.com/pactual1/backend/middlewares"
"pactual1/shared"
"gitlab.com/pactual1/backend/shared"
"github.com/gin-gonic/gin"
)