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