feat: health
This commit is contained in:
parent
2887260830
commit
4ec9aab5b6
|
|
@ -19,6 +19,8 @@ Route::prefix('auth')->group(function (): void {
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Health
|
||||||
Route::get('/health', function () {
|
Route::get('/health', function () {
|
||||||
return response()->json(['status' => 'ok']);
|
return response()->json(['status' => 'ok']);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue