Layed out a fake database

This commit is contained in:
2020-03-04 09:25:35 +11:00
parent 4d06e3e84c
commit 8ef1d0efbd
5 changed files with 83 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ const main = (schema, handler) => {
//the receiving function - this will be called multiple times
return reqBody => {
return '';
return [200, ''];
};
};