Added laser winded serial validation error post api
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
This commit is contained in:
@@ -204,6 +204,10 @@ Route::post('laser/characteristics/data', [CharacteristicsController::class, 'st
|
|||||||
|
|
||||||
Route::post('laser/characteristics/status', [CharacteristicsController::class, 'storeLaserStatus']);
|
Route::post('laser/characteristics/status', [CharacteristicsController::class, 'storeLaserStatus']);
|
||||||
|
|
||||||
|
// ..Winded serial (auto or manual)
|
||||||
|
|
||||||
|
Route::post('laser/winded-serial/status', [CharacteristicsController::class, 'storeLaserWindStatus']);
|
||||||
|
|
||||||
// ..Request Characteristics
|
// ..Request Characteristics
|
||||||
|
|
||||||
Route::post('laser/characteristics/change', [CharacteristicsController::class, 'storeLaserRequestChar']);
|
Route::post('laser/characteristics/change', [CharacteristicsController::class, 'storeLaserRequestChar']);
|
||||||
|
|||||||
Reference in New Issue
Block a user