mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 12:55:19 +00:00
add log for health check
This commit is contained in:
parent
70e309b310
commit
fa0bb82921
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
'use server';
|
||||
|
||||
export const GET = async () => {
|
||||
console.log('health check');
|
||||
return Response.json({ status: 'ok' });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue