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 2c867b0 commit a68876aCopy full SHA for a68876a
server/parsers/url.go
@@ -91,7 +91,7 @@ func GetDomainName(uri string) string {
91
return host
92
}
93
94
-// GetAppURL to get /app/ url if not configured by user
+// GetAppURL to get /app url if not configured by user
95
func GetAppURL(gc *gin.Context) string {
96
envAppURL, err := memorystore.Provider.GetStringStoreEnvVariable(constants.EnvKeyAppURL)
97
if envAppURL == "" || err != nil {
0 commit comments