Skip to content

Commit a68876a

Browse files
committed
fix: comment
1 parent 2c867b0 commit a68876a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/parsers/url.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func GetDomainName(uri string) string {
9191
return host
9292
}
9393

94-
// GetAppURL to get /app/ url if not configured by user
94+
// GetAppURL to get /app url if not configured by user
9595
func GetAppURL(gc *gin.Context) string {
9696
envAppURL, err := memorystore.Provider.GetStringStoreEnvVariable(constants.EnvKeyAppURL)
9797
if envAppURL == "" || err != nil {

0 commit comments

Comments
 (0)