mirror of
https://github.com/portainer/portainer.git
synced 2026-08-07 11:34:47 +00:00
refactor(api): introduce libhttp usage (#2263)
This commit is contained in:
@@ -3,8 +3,8 @@ package endpointgroups
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
httperror "github.com/portainer/portainer/http/error"
|
||||
"github.com/portainer/portainer/http/response"
|
||||
httperror "github.com/portainer/libhttp/error"
|
||||
"github.com/portainer/libhttp/response"
|
||||
"github.com/portainer/portainer/http/security"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user