We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640a3cb commit 45c31abCopy full SHA for 45c31ab
modules/setting/setting.go
@@ -94,7 +94,7 @@ var (
94
// LocalURL is the url for locally running applications to contact Gitea. It always has a '/' suffix
95
// It maps to ini:"LOCAL_ROOT_URL"
96
LocalURL string
97
- // AssetVersion Holds a opaque value that is used for cache-busting assets
+ // AssetVersion holds a opaque value that is used for cache-busting assets
98
AssetVersion string
99
100
// Server settings
0 commit comments