Skip to content

Commit 5fb9a56

Browse files
committed
Request fixes
1 parent 15784a5 commit 5fb9a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/getscreenshot/getscreenshot.app.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ export default {
2222
},
2323
async getScreenshot(args) {
2424
return this._makeRequest({
25-
path: "/get-screenshot",
25+
url: "/get-screenshot",
2626
...args,
2727
});
2828
},
2929
async getApiUsage(args) {
3030
return this._makeRequest({
31-
path: "/usage",
31+
url: "/usage",
3232
...args,
3333
});
3434
},

0 commit comments

Comments
 (0)