Change query to all

This commit is contained in:
2021-08-14 11:14:49 +02:00
parent 6a4ab88add
commit 0a534d6f2f
2 changed files with 1 additions and 4861 deletions

View File

@@ -7,7 +7,7 @@ export default class TranslationsController {
public async index ({ response }: HttpContextContract) {
return response.status(200).send({
translations: Translation.query()
translations: Translation.all()
})
}