Files
justin-leroy.fr/start/routes.ts
justin 4dfada2ea0
All checks were successful
Build and Push Docker / build (push) Successful in 21s
test build container
2025-10-10 17:27:35 +02:00

13 lines
363 B
TypeScript

/*
|--------------------------------------------------------------------------
| Routes file
|--------------------------------------------------------------------------
|
| The routes file is used for defining the HTTP routes.
|
*/
import router from '@adonisjs/core/services/router'
router.on('/').renderInertia('home')
router.on('/page').renderInertia('page')