diff options
Diffstat (limited to '')
-rw-r--r-- | pkg/backend/routes.go (renamed from cmd/tfstated/routes.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/tfstated/routes.go b/pkg/backend/routes.go index 019bb76..058febd 100644 --- a/cmd/tfstated/routes.go +++ b/pkg/backend/routes.go @@ -1,4 +1,4 @@ -package main +package backend import ( "net/http" |