update invoice profile

This commit is contained in:
Peter Papp
2021-04-28 08:34:37 +02:00
parent bcf14595bf
commit 1e4bbd10f3
7 changed files with 123 additions and 30 deletions
+1
View File
@@ -32,6 +32,7 @@ Route::group(['middleware' => 'api', 'prefix' => '/api/oasis'], function () {
Route::post('/', [InvoiceController::class, 'store']);
Route::post('/profile', [InvoiceProfileController::class, 'store']);
Route::patch('/profile', [InvoiceProfileController::class, 'update']);
});
// Clients