Quick healthcheck endpoint for later
Will be used in docker deployment down the road
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
import type { RequestHandler } from "./$types";
|
||||||
|
|
||||||
|
export const GET: RequestHandler = ({ url }) => {
|
||||||
|
return new Response();
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user