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
add controller
master
Akhilesh Chandak
1 year ago
parent
bac88f6ea5
commit
a501adc372
1 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
controller/fetchInvestorData.js
+ 16
- 0
controller/fetchInvestorData.js
View File
@ -0,0 +1,16 @@
'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
}
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.