Surya: st type insert y4

This commit is contained in:
surya 2021-09-22 18:02:39 +05:30
parent c7c9ecc7b6
commit 17a2157483
2 changed files with 5 additions and 9 deletions

View File

@ -169,7 +169,7 @@ Pro42Data.forEach((Pro42Datavalue, key)=>{
<<<<<<< HEAD
// exports.printAll = () => {
// .then(() => {
@ -392,7 +392,6 @@ exports.test = (req, res) => {
=======
exports.testwo = async (req, res) => {
console.log( "testtwo")
req_obj ={"losid":"TEST123"}
@ -407,6 +406,6 @@ function testhree(req , res) {
console.log( req.losid)
res.send({'status':200,'message':"success"});
}
>>>>>>> face92357d074e92248fc160a42396b716d3f7b5

View File

@ -8,8 +8,8 @@ module.exports = app => {
var router = require("express").Router();
router.get("/ConsolidatedSummary", financials.ConsolidatedSummary);
/**
* @swagger
* /api/FinantialsSummary:
@ -180,10 +180,6 @@ module.exports = app => {
* type: integer
* description: statement type
* example: 2
* additional_year_type:
* type: integer
* description: additional year type(1=Quarterly , 2=Halfyearly , 3=Full)
* example: 3
*/
/**
* @swagger
@ -818,6 +814,7 @@ module.exports = app => {
* description: success
*/
router.get("/Historyapi", master.Historyapi);
// router.get("/printAll", test.printAll);
router.get("/test", test.test);
router.get("/test1", test.test1);