mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 01:37:31 +00:00
fix: return absolute asset urls (#3676)
This commit is contained in:
@@ -42,5 +42,5 @@ func AssetURL(prefix, resourceOwner, key string) string {
|
||||
if prefix == "" || resourceOwner == "" || key == "" {
|
||||
return ""
|
||||
}
|
||||
return prefix + resourceOwner + "/" + key
|
||||
return prefix + "/" + resourceOwner + "/" + key
|
||||
}
|
||||
|
Reference in New Issue
Block a user