Skip to content

Commit

Permalink
feat: update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Jul 20, 2022
1 parent b6a013e commit 52a1079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/node/extension-manager/lib/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class ModuleManager implements ModuleManagerInterface {
}

async getRemoteExtension() {
const { data } = await http.get(process.env.EXTENSION_URL + '/list');
const { data } = await http.get('http://106.12.149.147/list');
return data.data.map(({ name, version }) => ({ name, version }));
}

Expand Down

0 comments on commit 52a1079

Please sign in to comment.