This website works better with JavaScript.
Home
Explore
Help
Sign In
akhilesh.chandak
/
P2P_Liquiloan_Script
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fetch data from GetInvestmentSummary and store in db
pull/1/head
amol
1 year ago
parent
33fa88fb1b
commit
1386b0b4f6
2 changed files
with
2 additions
and
17 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-16
controller/fetchInvestorData.js
+2
-1
controller/getAllInvestor.js
+ 0
- 16
controller/fetchInvestorData.js
View File
@ -1,16 +0,0 @@
'use strict'
const
request
=
require
(
"request"
)
;
const
constants
=
require
(
'../utils/consts'
)
;
const
db
=
require
(
'../utils/db_config'
)
;
const
createLiquiloanInvestor
=
(
req
,
res
)
=>
{
res
.
send
(
"in process"
)
;
}
module
.
exports
=
{
createLiquiloanInvestor
}
+ 2
- 1
controller/getAllInvestor.js
View File
@ -1,7 +1,8 @@
'use strict'
const
request
=
require
(
'request'
)
;
const
db
=
require
(
'../utils/db_config'
)
const
fetchInvestorDetails
=
(
(
req
,
res
)
=>
{
getAllInvstorData
(
)
;
res
.
send
(
"in procress"
)
;
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.