another fix
This commit is contained in:
parent
ff430424aa
commit
54513bf5da
@ -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
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user