Added auth and request storage
This commit is contained in:
@@ -22,3 +22,8 @@ export const HTTP_STATUS_CODE_BAD_REQUEST = 400;
|
||||
* HTTP status code for "Not Acceptable" error.
|
||||
*/
|
||||
export const HTTP_STATUS_CODE_NOT_ACCEPTED = 406;
|
||||
|
||||
/**
|
||||
* Not implemented response status code.
|
||||
*/
|
||||
export const HTTP_STATUS_CODE_NOT_IMPLEMENTED = 501;
|
||||
|
||||
Reference in New Issue
Block a user