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 0f72d71 commit 3a58448Copy full SHA for 3a58448
src/apps/statements/expressPresenter/getAbout.ts
@@ -6,7 +6,7 @@ import catchErrors from './utils/catchErrors';
6
export default (config: Config) => {
7
return catchErrors(config, async (_req: Request, res: Response): Promise<void> => {
8
res.status(200).json({
9
- 'X-Experience-API-Version': xapiHeaderVersion,
+ extensions: {'X-Experience-API-Version': xapiHeaderVersion},
10
version: [xapiHeaderVersion],
11
});
12
0 commit comments