added db migrations for users and initial data added first controllers added auth middleware added rest routes and controller stub ...
4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
// import type { HttpContextContract } from '@ioc:Adonis/Core/HttpContext'
|
|
|
|
export default class AuthController {}
|