Browse Source

add controller

master
Akhilesh Chandak 1 year ago
parent
commit
a501adc372
1 changed files with 16 additions and 0 deletions
  1. +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
}

Loading…
Cancel
Save

Powered by TurnKey Linux.