mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-14 22:11:47 +01:00
Fixup
This commit is contained in:
parent
d9713e916e
commit
092b541401
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
set CORS headers on .well-known requests
|
||||
Set CORS headers on .well-known requests
|
||||
|
|
|
@ -17,6 +17,7 @@ import json
|
|||
import logging
|
||||
|
||||
from twisted.web.resource import Resource
|
||||
|
||||
from synapse.http.server import set_cors_headers
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
Loading…
Reference in a new issue