feat: health
This commit is contained in:
@@ -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']);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user