Skip to content

Commit

Permalink
🐛 fix sidebar didn't auto unfold
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jan 1, 2022
1 parent 38323fd commit 14b9b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func GetConfig() {
}
}
NoCors = strings.Trim(NoCors, ",")
NoUpload = strings.Trim(NoUpload, ",")
NoUpload += "root"
}

func init() {
Expand Down

0 comments on commit 14b9b76

Please sign in to comment.