mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-08 15:19:02 +02:00
reset - start a new Portfolio with Adonis js
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { HttpContextContract } from '@ioc:Adonis/Core/HttpContext'
|
||||
|
||||
export default class HomeController {
|
||||
|
||||
async index ({ view }: HttpContextContract) {
|
||||
return view.render('index')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user