mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
clean database models directory (#8026)
This commit is contained in:
parent
881e99df53
commit
6775c7b6ec
12 changed files with 12 additions and 12 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
httperror "github.com/portainer/libhttp/error"
|
||||
"github.com/portainer/libhttp/request"
|
||||
"github.com/portainer/libhttp/response"
|
||||
"github.com/portainer/portainer/api/database/models"
|
||||
models "github.com/portainer/portainer/api/http/models/kubernetes"
|
||||
)
|
||||
|
||||
func (handler *Handler) getKubernetesNamespaces(w http.ResponseWriter, r *http.Request) *httperror.HandlerError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue