initial serverless fullstack setup

This commit is contained in:
2020-10-29 19:05:45 -05:00
commit 6275da68cd
45 changed files with 2377 additions and 0 deletions

5
api/controllers/index.js Normal file
View File

@@ -0,0 +1,5 @@
const users = require('./users')
module.exports = {
users,
}