Include files properly

plus update the readme
This commit is contained in:
Kurt Hutten
2020-10-20 07:28:22 +11:00
parent 69a760578b
commit 4814093a7b
2 changed files with 26 additions and 14 deletions

View File

@@ -1,6 +1,4 @@
// import { createUser } from 'src/services/users/users.js'
// identity-signup.js
import { createUser } from 'src/services/users/users.js'
export const handler = async (req, _context) => {
const body = JSON.parse(req.body)