Skip to content

Commit 9caa4b5

Browse files
committed
fix health
1 parent 501d9dd commit 9caa4b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
use Illuminate\Support\Facades\Route;
44

5-
//Route::get('/healthz', fn () => response('ok', 200));
5+
Route::get('/healthz', fn () => response('ok', 200));

0 commit comments

Comments
 (0)