11 lines
407 B
TypeScript
11 lines
407 B
TypeScript
|
// import type { HttpContextContract } from '@ioc:Adonis/Core/HttpContext';
|
||
|
// import File from 'App/Models/File';
|
||
|
// import type { ModelQueryBuilderContract } from '@ioc:Adonis/Lucid/Orm';
|
||
|
|
||
|
// export default class HomeController {
|
||
|
|
||
|
// public async index({ auth, request, inertia }: HttpContextContract) {
|
||
|
// let files: ModelQueryBuilderContract<typeof File, File> = File.query();
|
||
|
// }
|
||
|
// }
|