Update minify.js

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-02-02 01:34:46 +05:30 committed by GitHub
parent bed33abe05
commit 01b6809f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ module.exports.getAllData = async (req, res) => {
})
.catch((err)=>{
console.error(err)
res.sendStaus(500)
res.sendStatus(500)
})
}
@ -60,4 +60,4 @@ module.exports.deleteUrlData = async (req, res) => {
console.error(err)
res.sendStaus(500)
})
}
}