unbreak CORS on /capabilities.

fixes https://github.com/vector-im/element-web/issues/15297
This commit is contained in:
Matthew Hodgson 2020-09-27 22:23:42 +01:00
parent 63af00d5d5
commit 5bbe73747c
3 changed files with 4 additions and 2 deletions

2
go.mod
View file

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