create rounds

This commit is contained in:
unurled 2025-07-07 19:22:26 +00:00
parent 4430dc0293
commit 592da87c26
No known key found for this signature in database
GPG key ID: 63B897371792D3D8
7 changed files with 73 additions and 39 deletions

View file

@ -0,0 +1,3 @@
import type { RequestHandler } from '../../../competitions/[id]/$types';
export const POST: RequestHandler = () => {};