Merge branch 'master' of bitbucket.org:venbainformationtechnology/smc_cet_mainapp_backend
This commit is contained in:
commit
2944ce3933
@ -188,8 +188,9 @@ const { logMsg } = require('../services/logger.js');
|
||||
res.send({'status':404,
|
||||
message: err.message || "Some error occurred while create relation masterdata." ,'data': "No data"
|
||||
});
|
||||
} //end of try catch
|
||||
} //end of try catch
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
PinMaster.init(
|
||||
{
|
||||
state_id: { type: DataTypes.STRING },
|
||||
pin: { type: DataTypes.INTEGER },
|
||||
pin: { type: DataTypes.STRING },
|
||||
is_active: { type: DataTypes.INTEGER }
|
||||
|
||||
},
|
||||
|
||||
@ -1458,11 +1458,6 @@ router.post("/CreateRelationMaster", Mastercontroller.CreateRelationMaster); //
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// routes started here
|
||||
app.use('/api', router);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user