mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-01 19:32:27 +08:00
feature (admin): admin console
This commit is contained in:
@ -14,6 +14,7 @@ var (
|
||||
ErrPermissionDenied error = NewError("Permission Denied", 403)
|
||||
ErrNotValid error = NewError("Not Valid", 405)
|
||||
ErrNotReachable error = NewError("Cannot Reach Destination", 502)
|
||||
ErrInvalidPassword = NewError("Invalid Password", 403)
|
||||
)
|
||||
|
||||
type AppError struct {
|
||||
|
||||
Reference in New Issue
Block a user