Skip to content

Commit 8eeca80

Browse files
committed
some adjusts
1 parent 3ceb95a commit 8eeca80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ninjaone/ninjaone.app.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,15 @@ export default {
247247
organizationId, ...opts
248248
}) {
249249
return this._makeRequest({
250-
path: `organization/${organizationId}/locations`,
250+
path: `/organization/${organizationId}/locations`,
251251
...opts,
252252
});
253253
},
254254
listDevices({
255255
organizationId, ...opts
256256
}) {
257257
return this._makeRequest({
258-
path: `organization/${organizationId}/devices`,
258+
path: `/organization/${organizationId}/devices`,
259259
...opts,
260260
});
261261
},

0 commit comments

Comments
 (0)