Implement most of status system (still kinda bootycheeks at checking if
you're connected), fionally fix prettierrc
This commit is contained in:
parent
126acf52f3
commit
e64910d895
29 changed files with 2001 additions and 879 deletions
3
src/routes/api/health/+server.ts
Normal file
3
src/routes/api/health/+server.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export async function GET() {
|
||||
return new Response('OK!');
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue