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