updated api's again
This commit is contained in:
parent
0987fe67ba
commit
675c086afe
4
api.http
4
api.http
@ -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
|
||||
|
||||
{
|
||||
|
||||
@ -251,7 +251,7 @@ export class OracleService {
|
||||
outFormat: oracledb.OUT_FORMAT_OBJECT
|
||||
}
|
||||
);
|
||||
let fres = await result.outBinds.res.getRows();
|
||||
let fres = await result.outBinds.p_cursor.getRows();
|
||||
|
||||
return fres
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user