Added laser winded serial validation error post api
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled

This commit is contained in:
dhanabalan
2026-08-23 18:48:04 +05:30
parent f731d90010
commit 095816881c

View File

@@ -204,6 +204,10 @@ Route::post('laser/characteristics/data', [CharacteristicsController::class, 'st
Route::post('laser/characteristics/status', [CharacteristicsController::class, 'storeLaserStatus']);
// ..Winded serial (auto or manual)
Route::post('laser/winded-serial/status', [CharacteristicsController::class, 'storeLaserWindStatus']);
// ..Request Characteristics
Route::post('laser/characteristics/change', [CharacteristicsController::class, 'storeLaserRequestChar']);