Merge remote-tracking branch 'origin/develop' into develop
# Conflicts: # packages/backend/src/server/api/endpoints/notes/hybrid-all-timeline.ts
This commit is contained in:
commit
193e0eede2
3 changed files with 3 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue