Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2021-07-02 12:52:41 +02:00
parent 3798b4efb3
commit d32ca8586e
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ export default class StatesController {
return response.status(200).send({
states: {
...states
states
}
})
}