fixed file browsers

This commit is contained in:
2024-05-25 15:37:55 +03:00
parent 302835b83b
commit 30e44abd03
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ func (con Connection) getBrowserInfoFromServerId(serverId string) (*models.FileB
Id: container.ID,
OwnerId: browserInfo.OwnerId,
ConnectedTo: *serverInfo,
Url: serverInfo.Id[:12] + "." + DOMAIN,
Url: serverInfo.Id[:12] + ".browsers." + DOMAIN,
}, nil
}