|
@@ -11,7 +11,7 @@ |
|
|
block discarded – undo |
|
11
|
11
|
| |
|
12
|
12
|
*/ |
|
13
|
13
|
|
|
14
|
|
-Route::group(['prefix' => 'api/v1/'], function () { |
|
|
14
|
+Route::group(['prefix' => 'api/v1/'], function() { |
|
15
|
15
|
Route::post('employees', ['as' => 'employees.post', 'uses' => 'EmployeesController@postAction']); |
|
16
|
16
|
Route::get('employees', ['as' => 'employees.list', 'uses' => 'EmployeesController@listAction']); |
|
17
|
17
|
Route::get('employees/{id}', ['as' => 'employees.get', 'uses' => 'EmployeesController@getAction']); |
Please login to merge, or discard this patch.