aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing/auth_fallback.go
diff options
context:
space:
mode:
Diffstat (limited to 'clientapi/routing/auth_fallback.go')
-rw-r--r--clientapi/routing/auth_fallback.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/clientapi/routing/auth_fallback.go b/clientapi/routing/auth_fallback.go
index e639b101..839ca9e5 100644
--- a/clientapi/routing/auth_fallback.go
+++ b/clientapi/routing/auth_fallback.go
@@ -20,7 +20,7 @@ import (
"github.com/matrix-org/dendrite/clientapi/auth/authtypes"
"github.com/matrix-org/dendrite/clientapi/jsonerror"
- "github.com/matrix-org/dendrite/internal/config"
+ "github.com/matrix-org/dendrite/setup/config"
"github.com/matrix-org/util"
)