1
0
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
+1 -1
View File
@@ -1 +1 @@
set CORS headers on .well-known requests
Set CORS headers on .well-known requests
+1
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__)