Skip to content

Commit

Permalink
WiP - sitecontentquery
Browse files Browse the repository at this point in the history
  • Loading branch information
espen42 committed Aug 30, 2021
1 parent c7594b5 commit 877c3ee
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const { query } = require('../../lib/headless/guillotine/sitecontent');

exports.get = (req) => {
return {
contentType: 'text/plain',
body: query
}
};

0 comments on commit 877c3ee

Please sign in to comment.