Implement edit, delete user

This commit is contained in:
2023-10-29 21:33:49 +07:00
parent 2d936a9fdf
commit b45130c151
13 changed files with 254 additions and 81 deletions
@@ -1,4 +1,5 @@
const STATUS_CODE = {
OK: 200,
CREATE: 201,
NOT_FOUND: 404,
CONNECTION_TIME_OUT: 522,