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

Commit

Permalink
Corretcly return json in feature endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Oct 7, 2023
1 parent 1a127b0 commit 3c6a230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/api-handlers/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const getFeaturesHandler: RequestHandler = async (req, res) => {
return;
}

return {
res.json({
skjermdeling: true,
chatbotscript: true,
};
});
};

0 comments on commit 3c6a230

Please sign in to comment.