From 430d779ba87eeacd34ca62e6555616a433f3d632 Mon Sep 17 00:00:00 2001 From: runstp Date: Sun, 1 Jan 2023 00:26:52 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E6=94=B9path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/app/api/router/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/app/api/router/router.go b/internal/app/api/router/router.go index 7bc231f..c4ccbe3 100644 --- a/internal/app/api/router/router.go +++ b/internal/app/api/router/router.go @@ -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")