Skip to content

Commit

Permalink
[fix] 修改path
Browse files Browse the repository at this point in the history
  • Loading branch information
runs committed Dec 31, 2022
1 parent 1e6fb98 commit 430d779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/api/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func InitRouters(
r.Use(errMiddlewares.Handler)

// 视频搜素
r.GET("/v1/asoul-video-interface/advanced-search", handler.BilibiliVideoSearch(bvService))
r.GET("/v1/video-interface/advanced-search", handler.BilibiliVideoSearch(bvService))

// Auth相关
authApi := r.Group("/v1/auth")
Expand Down

0 comments on commit 430d779

Please sign in to comment.