create rounds
This commit is contained in:
parent
4430dc0293
commit
592da87c26
7 changed files with 73 additions and 39 deletions
3
src/routes/api/competitions/[id]/+server.ts
Normal file
3
src/routes/api/competitions/[id]/+server.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import type { RequestHandler } from '../../../competitions/[id]/$types';
|
||||
|
||||
export const POST: RequestHandler = () => {};
|
Loading…
Add table
Add a link
Reference in a new issue