7b8c7d58 by Jeff Balicki

3

1 parent c00e58a9
......@@ -32,7 +32,7 @@ Route::group(array('prefix' => 'api/v1'), function($json)
});
Route::any('api/update', ['middleware' => 'cors', 'uses' => 'ApiController@update']);
Route::any('api/update', 'ApiController@update');
Route::any('fileentry/postUpload', 'FileEntryController@postUpload');
......