mirror of
https://github.com/safing/portbase
synced 2025-09-09 13:55:47 +00:00
Remove unused middlewares and fix linter errors
This commit is contained in:
parent
7dd62276af
commit
afdb367ada
7 changed files with 5 additions and 73 deletions
|
@ -17,7 +17,7 @@ var (
|
|||
exportEndpoints bool
|
||||
)
|
||||
|
||||
// API Errors
|
||||
// API Errors.
|
||||
var (
|
||||
ErrAuthenticationAlreadySet = errors.New("the authentication function has already been set")
|
||||
ErrAuthenticationImmutable = errors.New("the authentication function can only be set before the api has started")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue