Skip to content

Commit

Permalink
Updated plugin server URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jan 1, 2020
1 parent 65589e1 commit 8ff179a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/plugin/plugin-registry.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class PluginRegistryService {
}

getRemotePluginList() {
return this.http.get('https://altair-plugin-server.sirmuel.workers.dev/');
return this.http.get('https://altair-plugin-server.sirmuel.workers.dev/list');
}

fetchPlugin(name: string, opts: any = {}) {
Expand Down

0 comments on commit 8ff179a

Please sign in to comment.