Skip to content

Commit 9ed2524

Browse files
committed
style:lint issue fixed
1 parent 80b718d commit 9ed2524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

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

3030
Route::get('/health', function () {
3131
return response()->json(['status' => 'ok', 'timestamp' => now()]);
32-
});
32+
});

0 commit comments

Comments
 (0)