Merge branch '3-add-routing' into 4-add-broadcaster
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
/**
|
||||
* Success response status code.
|
||||
*/
|
||||
export const HTTP_STATUS_CODE_SUCCESS = 200;
|
||||
|
||||
/**
|
||||
* Created response status code.
|
||||
*/
|
||||
export const HTTP_STATUS_CODE_CREATED = 201;
|
||||
|
||||
/**
|
||||
* No content response status code.
|
||||
*/
|
||||
export const HTTP_STATUS_CODE_NO_CONTENT = 204;
|
||||
|
||||
/**
|
||||
* HTTP status code for "Not Acceptable" error.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user