|
|
@@ -7,7 +7,6 @@ export default class OcrChannelController {
|
|
|
private paginationService = new PaginationService(OcrChannel)
|
|
|
|
|
|
public async index({ request, bouncer }: HttpContextContract) {
|
|
|
- await bouncer.authorize('admin')
|
|
|
return await this.paginationService.paginate(request.all())
|
|
|
}
|
|
|
|