mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-17 14:55:24 +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';
|
'use server';
|
||||||
|
|
||||||
export const GET = async () => {
|
export const GET = async () => {
|
||||||
|
console.log('health check');
|
||||||
return Response.json({ status: 'ok' });
|
return Response.json({ status: 'ok' });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue