Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Updated dev dependencies as previous version of lab incorrectly detected a memory leak from V8.
  • Loading branch information
Kevnz authored and kjellmorten committed Jul 12, 2018
1 parent 9dae120 commit 2d9504d
Show file tree
Hide file tree
Showing 3 changed files with 507 additions and 190 deletions.
1 change: 1 addition & 0 deletions lib/PreResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const prepareOutput = function (request, meta) {
if (response.source) {
response.source.meta = { id: request.info.id, ...meta };
}

response.headers['content-type'] = 'application/vnd.api+json';
}
};
Expand Down
Loading

0 comments on commit 2d9504d

Please sign in to comment.