mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
128e759f8a
commit
eda904d83a
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ const collectionController = {
|
||||||
res.sendStatus(200)
|
res.sendStatus(200)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
log.error('Remove collection failed:' + String(e))
|
log.error('Remove collection failed:' + String(e))
|
||||||
res.sendStatus(404)
|
res.sendStatus(400)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue