We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f4b82 commit f2b9e05Copy full SHA for f2b9e05
src/webmate-environment.ts
@@ -3,7 +3,7 @@ import {URL} from "url";
3
export class WebmateEnvironment {
4
public baseUri: URL;
5
6
- constructor(public uri: string = "https://api.webmate.io/v1") {
+ constructor(public uri: string = "https://app.webmate.io/api/v1") {
7
this.baseUri = new URL(uri);
8
}
9
0 commit comments