jesus fucking christ finished the update spell thing why are apis like this

This commit is contained in:
Alexis
2020-06-06 16:38:08 +02:00
parent 369d53d509
commit 8932736e6a
3 changed files with 95 additions and 177 deletions

View File

@@ -14,6 +14,9 @@ const Users = new UserRepository();
const regexInt = RegExp(/^[1-9]\d*$/)
// Error handling
const { HttpError } = require('../models/Errors')
// ROUTES
// GET ALL ------------------
const getUsers = () => {