fix github
This commit is contained in:
4
main.go
4
main.go
@@ -5,12 +5,12 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/DeveloperDurp/DurpAPI/controller"
|
||||
_ "github.com/DeveloperDurp/DurpAPI/docs"
|
||||
"github.com/dgrijalva/jwt-go"
|
||||
"github.com/gin-gonic/gin"
|
||||
swaggerFiles "github.com/swaggo/files"
|
||||
ginSwagger "github.com/swaggo/gin-swagger"
|
||||
"gitlab.com/DeveloperDurp/DurpAPI/controller"
|
||||
_ "gitlab.com/DeveloperDurp/DurpAPI/docs"
|
||||
)
|
||||
|
||||
// @title DurpAPI
|
||||
|
||||
Reference in New Issue
Block a user