aboutsummaryrefslogtreecommitdiffstats
path: root/src/k8splugin/api/healthcheckhandler.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/k8splugin/api/healthcheckhandler.go')
-rw-r--r--src/k8splugin/api/healthcheckhandler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/api/healthcheckhandler.go b/src/k8splugin/api/healthcheckhandler.go
index 79b7b7ef..896c6df0 100644
--- a/src/k8splugin/api/healthcheckhandler.go
+++ b/src/k8splugin/api/healthcheckhandler.go
@@ -19,7 +19,7 @@ package api
import (
"net/http"
- "k8splugin/internal/db"
+ "github.com/onap/multicloud-k8s/src/k8splugin/internal/db"
)
// healthCheckHandler executes a db read to return health of k8splugin