'use strict';
const apiStatusCheck = (req, res) => {
res.json({status: 1});
};
module.exports = {
apiStatusCheck,