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 316139b commit 77e3c4bCopy full SHA for 77e3c4b
test/create.test.js
@@ -18,7 +18,7 @@ describe('loopback json api component create method', function () {
18
});
19
app.model(Post);
20
app.use(loopback.rest());
21
- JSONAPIComponent(app);
+ JSONAPIComponent(app, { restApiRoot: '' });
22
23
24
describe('headers', function () {
0 commit comments