1
0
Fork 0

add new code constant in route

refactor/models
Matthew 2019-11-16 22:55:38 -05:00
parent b0fe33f98a
commit 466fc8bf1d
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ export default class Route {
codes: {
SUCCESS: 100,
UNAUTHORIZED: 101,
PERMISSION_DENIED: 104,
NOT_FOUND: 104,
ACCOUNT_NOT_FOUND: 1041,
CLIENT_ERROR: 1044,