mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
ui: fix path
This commit is contained in:
committed by
Aiden McClelland
parent
3ecfb4e4eb
commit
57955ef22e
@@ -62,7 +62,7 @@ export class LiveApiService extends ApiService {
|
||||
}
|
||||
|
||||
async ejectExternalDisk (logicalName: string): Promise<Unit> {
|
||||
return this.authRequest({ method: Method.POST, url: `/disks`, data: { logicalName } })
|
||||
return this.authRequest({ method: Method.POST, url: `/disks/eject`, data: { logicalName } })
|
||||
}
|
||||
|
||||
async updateAgent (version: string): Promise<Unit> {
|
||||
|
||||
Reference in New Issue
Block a user