Skip to content

Commit 3d195fa

Browse files
committed
fix: 修复自动化代码管理侧边栏自动展开的问题 (flipped-aurora#1959)
1 parent 441e09e commit 3d195fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
// @securityDefinitions.apikey ApiKeyAuth
2020
// @in header
2121
// @name x-token
22-
// @BasePath //
22+
// @BasePath ////
2323
func main() {
2424
global.GVA_VP = core.Viper() // 初始化Viper
2525
initialize.OtherInit()

0 commit comments

Comments
 (0)