You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-29 19:01:13 +03: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