mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Update +server.ts
This commit is contained in:
parent
d580c49dcd
commit
a6c242752a
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
import { error, json } from '@sveltejs/kit';
|
||||
|
||||
export async function GET({ url, locals, params }) {
|
||||
const searchParams = Object.fromEntries(url.searchParams);
|
||||
return json({});
|
||||
}
|
||||
Loading…
Reference in a new issue