Skip to content

Commit f2b9e05

Browse files
committed
Changed webmate API base to new URI.
1 parent d9f4b82 commit f2b9e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webmate-environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {URL} from "url";
33
export class WebmateEnvironment {
44
public baseUri: URL;
55

6-
constructor(public uri: string = "https://api.webmate.io/v1") {
6+
constructor(public uri: string = "https://app.webmate.io/api/v1") {
77
this.baseUri = new URL(uri);
88
}
99

0 commit comments

Comments
 (0)