|
@@ -1,15 +1,14 @@
|
|
|
package route
|
|
|
|
|
|
import (
|
|
|
+ "github.com/gin-gonic/gin"
|
|
|
+ "github.com/sirupsen/logrus"
|
|
|
swaggerFiles "github.com/swaggo/files"
|
|
|
ginSwagger "github.com/swaggo/gin-swagger"
|
|
|
"youngee_b_api/app/controller"
|
|
|
"youngee_b_api/handler"
|
|
|
"youngee_b_api/middleware"
|
|
|
"youngee_b_api/model/http_model"
|
|
|
-
|
|
|
- "github.com/gin-gonic/gin"
|
|
|
- "github.com/sirupsen/logrus"
|
|
|
)
|
|
|
|
|
|
func InitRoute(r *gin.Engine) {
|