mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-09 18:08:00 +00:00
Merge branch 'master' into 'master'
set content-type to application/activity+json for /actor See merge request pleroma/relay!24
This commit is contained in:
commit
8b4ef87eba
|
@ -62,7 +62,7 @@ async def actor(request):
|
|||
"preferredUsername": "relay",
|
||||
"url": "https://{}/actor".format(request.host)
|
||||
}
|
||||
return aiohttp.web.json_response(data)
|
||||
return aiohttp.web.json_response(data, content_type='application/activity+json')
|
||||
|
||||
|
||||
app.router.add_get('/actor', actor)
|
||||
|
|
Loading…
Reference in a new issue