Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 40829cc

Browse files
author
Sven Speckmaier
committed
fixed health controller action
1 parent eb740b8 commit 40829cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
return;
1616
}
1717

18-
Route::get('health', 'Api\HealthController');
18+
Route::get('health', 'Api\HealthController@health');
1919

2020
Route::resource('files', 'Api\FilesController', [
2121
'only' => [

0 commit comments

Comments
 (0)