Refactored users REST API controller and router

This commit is contained in:
Chris Troutner
2021-07-12 17:37:49 -07:00
parent 49c3820898
commit 078b708a3e
10 changed files with 265 additions and 156 deletions
+9
View File
@@ -0,0 +1,9 @@
/*
Mocks for Koa 'app' object.
*/
const app = {
use: () => {}
}
module.exports = app