Update
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
Route::post('/purchase', [UserPurchaseController::class, 'purchase'])->name('api.user.purchase');
|
||||
|
||||
Route::post('/billing-portal', [UserPurchaseController::class, 'billingPortal'])->name('api.user.billing_portal');
|
||||
|
||||
Route::post('/logout', [SanctumAuthController::class, 'logout']);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -57,8 +57,8 @@
|
||||
});
|
||||
});
|
||||
|
||||
require __DIR__ . '/settings.php';
|
||||
require __DIR__ . '/auth.php';
|
||||
require __DIR__.'/settings.php';
|
||||
require __DIR__.'/auth.php';
|
||||
}
|
||||
|
||||
Route::get('/', [FrontHomeController::class, 'index'])->name('home');
|
||||
|
||||
Reference in New Issue
Block a user