This commit is contained in:
Erik Johnston 2019-02-18 15:52:26 +00:00
parent d9713e916e
commit 092b541401
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
set CORS headers on .well-known requests
Set CORS headers on .well-known requests

View file

@ -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__)