Update appliances.service.ts

This commit is contained in:
piotrpekala7 2020-06-15 12:33:37 +02:00
parent b3109a8cc5
commit 66bbe2cd11

View File

@ -15,6 +15,6 @@ export class ApplianceService {
}
getUploadPath(server: Server, emulator: string, filename: string) {
return `http://${server.host}:${server.port}/v2/${emulator}/images/${filename}`;
return `http://${server.host}:${server.port}/v2/compute/${emulator}/images/${filename}`;
}
}