Skip to content

Commit

Permalink
fix: 修复自动化代码管理侧边栏自动展开的问题 (flipped-aurora#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
97425420 committed Dec 12, 2024
1 parent 441e09e commit 3d195fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
// @securityDefinitions.apikey ApiKeyAuth
// @in header
// @name x-token
// @BasePath //
// @BasePath ////
func main() {
global.GVA_VP = core.Viper() // 初始化Viper
initialize.OtherInit()
Expand Down

0 comments on commit 3d195fa

Please sign in to comment.