Lint project

This commit is contained in:
Kurt Hutten
2021-06-24 20:36:56 +10:00
parent df5fc0a100
commit 52bf8922c4
4 changed files with 20 additions and 22 deletions

View File

@@ -26,7 +26,7 @@ app.post('/cadquery/stl', async (req, res) => {
console.log('making post request to 5060')
try {
const { data } = await axios.post(invocationURL(5060), {
body: req.body
body: req.body,
})
res.status(data.statusCode)
res.send(data.body)