update/create middleware

This commit is contained in:
SowinskiBraeden committed 2025-05-05 14:16:50 -07:00
1 parent 87cad63425
commit fe7152b03b
5 files changed
+127 -69

No files matched your search

+7
View File
@@ -0,0 +1,7 @@
module.exports = {
Ok: 200,
BadRequest: 400,
Unauthorized: 401,
NotFound: 404,
InternalServerError: 500,
};