fix(core): update

This commit is contained in:
Philipp Kunz 2019-07-18 15:31:24 +02:00
parent 5a9b7bbeee
commit e250e9b1a2

View File

@ -25,6 +25,7 @@ export class Worker {
*/
public async getRoutes(){
const zones = await this.workerManager.cfAccount.listZones();
console.log(zones);
}
public setRoutes(routeArray: string[]) {