mirror of
https://github.com/Ratstail91/sineQL.git
synced 2026-01-14 08:17:56 +11:00
Layed out a fake database
This commit is contained in:
@@ -6,7 +6,7 @@ const main = (schema, handler) => {
|
||||
|
||||
//the receiving function - this will be called multiple times
|
||||
return reqBody => {
|
||||
return '';
|
||||
return [200, ''];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user