another fix
This commit is contained in:
@@ -43,10 +43,10 @@ func (con Connection) getBrowserInfo(volume volume.Volume) (*models.FileBrowserI
|
||||
}
|
||||
|
||||
return &models.FileBrowserInfo{
|
||||
Id: container.ID,
|
||||
Id: serverInfo.Id,
|
||||
OwnerId: browserInfo.OwnerId,
|
||||
ConnectedTo: *serverInfo,
|
||||
Url: serverInfo.Id[:12] + "." + DOMAIN,
|
||||
Url: serverInfo.Id[:12] + ".browsers." + DOMAIN,
|
||||
}, nil
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user