mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
v1.7 beta.1
This commit is contained in:
@@ -88,6 +88,7 @@ Route::group(['middleware' => ['auth:api', 'auth.master', 'scope:master']], func
|
||||
// Payment cards
|
||||
Route::delete('/user/payment-cards/{id}', 'User\PaymentMethodsController@delete');
|
||||
Route::patch('/user/payment-cards/{id}', 'User\PaymentMethodsController@update');
|
||||
Route::post('/user/payment-cards', 'User\PaymentMethodsController@store');
|
||||
Route::get('/user/payments', 'User\PaymentMethodsController@index');
|
||||
|
||||
// Subscription
|
||||
|
||||
Reference in New Issue
Block a user