new consts
This commit is contained in:
parent
bc5aece048
commit
47bc5d2f66
@ -23,6 +23,8 @@ import (
|
||||
const (
|
||||
// Handlers keys
|
||||
InvalidRequest string = "invalid_request"
|
||||
MalformedJSON string = "malformed_json"
|
||||
TokenBlacklisted string = "token_blacklisted"
|
||||
InternalError string = "internal_error"
|
||||
NotFound string = "not_found"
|
||||
Created string = "created"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user