mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
import router from '@adonisjs/core/services/router';
|
|
|
|
router.on('/').renderInertia('home').as('home');
|