fix github

This commit is contained in:
2023-04-09 16:26:05 -05:00
parent 4959d9a068
commit 18e03526fd
3 changed files with 5 additions and 37 deletions

View File

@@ -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