mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-03 06:32:47 +00:00
unbreak CORS on /capabilities.
fixes https://github.com/vector-im/element-web/issues/15297
This commit is contained in:
parent
63af00d5d5
commit
5bbe73747c
3 changed files with 4 additions and 2 deletions
2
go.mod
2
go.mod
|
@ -1,5 +1,7 @@
|
|||
module github.com/matrix-org/dendrite
|
||||
|
||||
replace github.com/matrix-org/gomatrixserverlib => ../gomatrixserverlib
|
||||
|
||||
require (
|
||||
github.com/DATA-DOG/go-sqlmock v1.5.0
|
||||
github.com/Shopify/sarama v1.27.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue