3
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -32,7 +32,7 @@ Route::group(array('prefix' => 'api/v1'), function($json) | ... | @@ -32,7 +32,7 @@ Route::group(array('prefix' => 'api/v1'), function($json) |
| 32 | 32 | ||
| 33 | }); | 33 | }); |
| 34 | 34 | ||
| 35 | Route::any('api/update', ['middleware' => 'cors', 'uses' => 'ApiController@update']); | 35 | Route::any('api/update', 'ApiController@update'); |
| 36 | 36 | ||
| 37 | Route::any('fileentry/postUpload', 'FileEntryController@postUpload'); | 37 | Route::any('fileentry/postUpload', 'FileEntryController@postUpload'); |
| 38 | 38 | ... | ... |
-
Please register or sign in to post a comment