Skip to content

Commit

Permalink
fix(core): make api calls with relative url
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianheljas committed Mar 1, 2022
1 parent 90bfce0 commit 06ca5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/api/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ export class ApiClient {
}
}

export default new ApiClient('/node-red-contrib-z2m');
export default new ApiClient('node-red-contrib-z2m');

0 comments on commit 06ca5f4

Please sign in to comment.