Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Feb 18, 2019
1 parent d9713e9 commit 092b541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.d/4651.bugfix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set CORS headers on .well-known requests
Set CORS headers on .well-known requests
1 change: 1 addition & 0 deletions synapse/rest/well_known.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import logging

from twisted.web.resource import Resource

from synapse.http.server import set_cors_headers

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 092b541

Please sign in to comment.