This commit is contained in:
ct
2025-07-03 00:48:06 +08:00
parent 0aa0d9569f
commit db892fc4f5
26 changed files with 807 additions and 59 deletions

View File

@@ -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']);
});
});