diff options
Diffstat (limited to 'pkg/webui/run.go')
-rw-r--r-- | pkg/webui/run.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/webui/run.go b/pkg/webui/run.go index 3aaec55..f1b20cb 100644 --- a/pkg/webui/run.go +++ b/pkg/webui/run.go @@ -7,7 +7,7 @@ import ( "net/http" "git.adyxax.org/adyxax/tfstated/pkg/database" - "git.adyxax.org/adyxax/tfstated/pkg/logger" + "git.adyxax.org/adyxax/tfstated/pkg/middlewares/logger" ) func Run( |