Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
syuilo committed Sep 3, 2023
2 parents db2f49c + a53727f commit 2db63d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/server/WellKnownServerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class WellKnownServerService {
});

fastify.get('/.well-known/host-meta.json', async (request, reply) => {
reply.header('Content-Type', jrd);
reply.header('Content-Type', 'application/json');
return {
links: [{
rel: 'lrdd',
Expand Down

0 comments on commit 2db63d1

Please sign in to comment.