Compare commits
No commits in common. "b4c173df5fcf41a6b150ccf1a49d738f49bf0ffd" and "a6919e83961dfa605ed13df4eb25b4442ffcd0d5" have entirely different histories.
b4c173df5f
...
a6919e8396
@ -29,7 +29,7 @@ func NewRouter() *gin.Engine {
|
||||
privateGroup := r.Group("api")
|
||||
privateGroup.Use(middleware.NewLogger(), middleware.Cors(), middleware.GinRecovery(true))
|
||||
//加入日志中间件,跨域中间件
|
||||
v1 := r.Group("api/fiee")
|
||||
v1 := r.Group("api")
|
||||
GiteaRoute(v1)
|
||||
|
||||
v1.GET("test", func(c *gin.Context) {
|
||||
|
Loading…
Reference in New Issue
Block a user