api update
This commit is contained in:
@@ -37,6 +37,11 @@ Route::middleware(['auth:api'])->group(function () {
|
||||
Route::get('/user/invoice/{invoice_id}/installments', [UserOrderController::class, 'invoiceInstallmentsById']);
|
||||
|
||||
// Profile
|
||||
|
||||
|
||||
Route::get('/user/profile', [UserProfileController::class, 'profile']);
|
||||
Route::post('/user/profile/update', [UserProfileController::class, 'updateProfile']);
|
||||
Route::post('/user/profile-image', [UserProfileController::class, 'updateProfileImage']);
|
||||
Route::post('/user/profile-update-request', [UserProfileController::class, 'updateProfileRequest']);
|
||||
|
||||
// Route::post('/user/profile/update', [UserProfileController::class, 'updateProfile']);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user