video-starter

This commit is contained in:
Hunter Johnston
2023-02-05 13:22:35 -05:00
parent 3908681038
commit 28b1cb60f1
3 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import type { RequestHandler } from "./$types"
export const POST: RequestHandler = async () => {
return new Response()
}