|
@@ -1,12 +1,11 @@
|
|
|
package route
|
|
|
|
|
|
import (
|
|
|
+ "github.com/gin-gonic/gin"
|
|
|
"youngee_m_api/handler"
|
|
|
"youngee_m_api/handler/operate"
|
|
|
"youngee_m_api/middleware"
|
|
|
"youngee_m_api/model/http_model"
|
|
|
-
|
|
|
- "github.com/gin-gonic/gin"
|
|
|
)
|
|
|
|
|
|
func InitRoute(r *gin.Engine) {
|