mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 18:16:26 +00:00
Proper 404's for objects
This commit is contained in:
@ -15,4 +15,5 @@ var (
|
||||
ErrValidationFailed = eris.New("request-failed-validation")
|
||||
ErrCurrentPasswordInvalid = eris.New("current-password-invalid")
|
||||
ErrCABundleDoesNotExist = eris.New("ca-bundle-does-not-exist")
|
||||
ErrProviderNotFound = eris.New("provider_not_found")
|
||||
)
|
||||
|
Reference in New Issue
Block a user