We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501d9dd commit 9caa4b5Copy full SHA for 9caa4b5
1 file changed
routes/web.php
@@ -2,4 +2,4 @@
2
3
use Illuminate\Support\Facades\Route;
4
5
-//Route::get('/healthz', fn () => response('ok', 200));
+Route::get('/healthz', fn () => response('ok', 200));
0 commit comments