mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Fix setting frontend URL
This commit is contained in:
parent
539869cdbb
commit
033249fa75
@ -61,7 +61,7 @@ final class InstancesModel: ObservableObject {
|
||||
}
|
||||
|
||||
static func standardizedURL(_ url: String) -> String {
|
||||
if url.last == "/" {
|
||||
if url.count > 7, url.last == "/" {
|
||||
return String(url.dropLast())
|
||||
} else {
|
||||
return url
|
||||
|
Loading…
Reference in New Issue
Block a user