mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +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