wip version of the api
This commit is contained in:
parent
c24967dc74
commit
7d80b20390
8 changed files with 61 additions and 3 deletions
3
apps/api/src/services/gameService.ts
Normal file
3
apps/api/src/services/gameService.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export const prepareQuestions = async (params: object) => {
|
||||
console.log(params);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue