e
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -30,7 +30,7 @@ Route::group(array('prefix' => 'api/v1'), function($json) | ... | @@ -30,7 +30,7 @@ Route::group(array('prefix' => 'api/v1'), function($json) |
| 30 | 30 | ||
| 31 | }); | 31 | }); |
| 32 | 32 | ||
| 33 | Route::get('api/v1/update', 'ApiController@getpdf'); | 33 | Route::get('api/update', 'ApiController@getpdf'); |
| 34 | 34 | ||
| 35 | Route::get('fileentry/get/{filename}', [ | 35 | Route::get('fileentry/get/{filename}', [ |
| 36 | 'as' => 'getentry', 'uses' => 'FileEntryController@get']); | 36 | 'as' => 'getentry', 'uses' => 'FileEntryController@get']); | ... | ... |
-
Please register or sign in to post a comment