refactor(api): introduce libhttp usage (#2263)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package users
|
||||
|
||||
import (
|
||||
httperror "github.com/portainer/libhttp/error"
|
||||
"github.com/portainer/portainer"
|
||||
httperror "github.com/portainer/portainer/http/error"
|
||||
"github.com/portainer/portainer/http/security"
|
||||
|
||||
"net/http"
|
||||
|
||||
Reference in New Issue
Block a user