update/create middleware
This commit is contained in:
5 files changed
+127
-69
No files matched your search
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
Ok: 200,
|
||||
BadRequest: 400,
|
||||
Unauthorized: 401,
|
||||
NotFound: 404,
|
||||
InternalServerError: 500,
|
||||
};
|
||||
Reference in new issue
Block a user