1
0
forked from poc/pds

Updated to post api from get api and its responses

This commit is contained in:
dhanabalan
2026-06-05 01:20:19 +05:30
parent f9ac2e19dc
commit cdcbcc62b1
2 changed files with 35 additions and 16 deletions

View File

@@ -161,7 +161,7 @@ Route::post('testing/reading/store-data', [TestingPanelController::class, 'store
Route::post('testing/leak-test/store-data', [TestingPanelController::class, 'storeLeakTestStatus']);
Route::get('testing/leak-test/get-data', [TestingPanelController::class, 'getLeakTestStatus']);
Route::post('testing/leak-test/get-data', [TestingPanelController::class, 'getLeakTestStatus']);
Route::get('get-pdf', [PdfController::class, 'getPdf']); // processorder/get-pdf