fix(xo-server/rest-api): reply with 204 when non content
This commit is contained in:
@@ -415,7 +415,7 @@ export default class RestApi {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
await promises
|
await promises
|
||||||
res.sendStatus(200)
|
res.sendStatus(204)
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user