mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:01:09 +02:00
fix(uload-web): add health endpoint for Docker healthcheck
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
86c2abb00d
commit
5b11f4bd11
1 changed files with 3 additions and 0 deletions
3
apps/uload/apps/web/src/routes/health/+server.ts
Normal file
3
apps/uload/apps/web/src/routes/health/+server.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { json } from '@sveltejs/kit';
|
||||
|
||||
export const GET = () => json({ status: 'ok' });
|
||||
Loading…
Add table
Add a link
Reference in a new issue