mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
Billing profile implementation
This commit is contained in:
@@ -31,6 +31,7 @@ Route::group(['middleware' => 'api', 'prefix' => '/api/oasis'], function () {
|
||||
|
||||
Route::post('/', [InvoiceController::class, 'store']);
|
||||
|
||||
Route::get('/profile', [InvoiceProfileController::class, 'show']);
|
||||
Route::post('/profile', [InvoiceProfileController::class, 'store']);
|
||||
Route::patch('/profile', [InvoiceProfileController::class, 'update']);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user