From 5fccde0160facb158dc32c1beb550b73d0b60355 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sat, 31 Jan 2026 12:52:01 +0530 Subject: [PATCH] Removed unwanted space --- routes/api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/api.php b/routes/api.php index a9441f3..5d16f73 100644 --- a/routes/api.php +++ b/routes/api.php @@ -210,6 +210,5 @@ Route::post('file/store', [SapFileController::class, 'store'])->name('file.store // Route::post('invoice-exit', [InvoiceValidationController::class, 'handle']); - // Route::post('/characteristic/hold-save', [CharacteristicApprovalController::class, 'holdSave']) // ->name('characteristic.hold.save');