mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-09 18:08:00 +00:00
Fixed note support
This commit is contained in:
parent
6170cd5ab0
commit
79c902ae55
|
@ -2,7 +2,7 @@ import aiohttp.web
|
|||
from . import app, CONFIG
|
||||
|
||||
host = CONFIG['ap']['host']
|
||||
host = CONFIG['note']
|
||||
note = CONFIG['note']
|
||||
|
||||
async def default(request):
|
||||
return aiohttp.web.Response(
|
||||
|
|
Loading…
Reference in a new issue