diff options
Diffstat (limited to 'clientapi/routing/threepid.go')
-rw-r--r-- | clientapi/routing/threepid.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clientapi/routing/threepid.go b/clientapi/routing/threepid.go index fed9ae32..49a9f304 100644 --- a/clientapi/routing/threepid.go +++ b/clientapi/routing/threepid.go @@ -22,7 +22,7 @@ import ( "github.com/matrix-org/dendrite/clientapi/httputil" "github.com/matrix-org/dendrite/clientapi/jsonerror" "github.com/matrix-org/dendrite/clientapi/threepid" - "github.com/matrix-org/dendrite/common/config" + "github.com/matrix-org/dendrite/internal/config" "github.com/matrix-org/gomatrixserverlib" "github.com/matrix-org/util" |