mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-12 18:58: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
|
from . import app, CONFIG
|
||||||
|
|
||||||
host = CONFIG['ap']['host']
|
host = CONFIG['ap']['host']
|
||||||
host = CONFIG['note']
|
note = CONFIG['note']
|
||||||
|
|
||||||
async def default(request):
|
async def default(request):
|
||||||
return aiohttp.web.Response(
|
return aiohttp.web.Response(
|
||||||
|
|
Loading…
Reference in a new issue