7b8c7d58 by Jeff Balicki

3

1 parent c00e58a9
...@@ -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
......