diff options
Diffstat (limited to '')
-rw-r--r-- | pkg/backend/routes.go (renamed from cmd/tfstated/routes.go) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/tfstated/routes.go b/pkg/backend/routes.go index 019bb76..960a2e8 100644 --- a/cmd/tfstated/routes.go +++ b/pkg/backend/routes.go @@ -1,10 +1,10 @@ -package main +package backend import ( "net/http" - "git.adyxax.org/adyxax/tfstated/pkg/basic_auth" "git.adyxax.org/adyxax/tfstated/pkg/database" + "git.adyxax.org/adyxax/tfstated/pkg/middlewares/basic_auth" ) func addRoutes( |