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