mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Merge from feat/implement-add-user-func branch
This commit is contained in:
@@ -2,7 +2,6 @@ const STATUS_CODE = {
|
|||||||
OK: 200,
|
OK: 200,
|
||||||
CREATE: 201,
|
CREATE: 201,
|
||||||
NOT_FOUND: 404,
|
NOT_FOUND: 404,
|
||||||
CONNECTION_TIME_OUT: 522,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export { STATUS_CODE };
|
export { STATUS_CODE };
|
||||||
|
|||||||
Reference in New Issue
Block a user