updated api's again

This commit is contained in:
Kallesh B S 2025-02-25 15:52:34 +05:30
parent 0987fe67ba
commit 675c086afe
2 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,9 @@ GET http://localhost:3000/oracle/GetAllServiceproviders
### ###
//InsertNewServiceProider //InsertNewServiceProvider
POST http://localhost:3000/oracle/InsertNewServiceProider POST http://localhost:3000/oracle/InsertNewServiceProvider
Content-Type: application/json Content-Type: application/json
{ {

View File

@ -251,7 +251,7 @@ export class OracleService {
outFormat: oracledb.OUT_FORMAT_OBJECT outFormat: oracledb.OUT_FORMAT_OBJECT
} }
); );
let fres = await result.outBinds.res.getRows(); let fres = await result.outBinds.p_cursor.getRows();
return fres return fres