Skip to content

Commit bafe40c

Browse files
committed
updates
1 parent efa6874 commit bafe40c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/imagior/imagior.app.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ export default {
3939
},
4040
listTemplates(opts = {}) {
4141
return this._makeRequest({
42-
path: "/template/all",
42+
path: "/templates/all",
4343
...opts,
4444
});
4545
},
4646
listTemplateElements({
4747
templateId, ...opts
4848
}) {
4949
return this._makeRequest({
50-
path: `/template/${templateId}/elements`,
50+
path: `/templates/${templateId}/elements`,
5151
...opts,
5252
});
5353
},

0 commit comments

Comments
 (0)