fix(route): fix import syntax

This commit is contained in:
Romain Lanz 2018-10-05 15:14:58 +02:00
parent bbcefa9097
commit 403223214f
No known key found for this signature in database
GPG Key ID: 6C8EB7B74301AB6B

View File

@ -13,7 +13,7 @@
|
*/
/** @type {typeof import('@adonisjs/framework/src/Route/Manager'} */
/** @type {typeof import('@adonisjs/framework/src/Route/Manager')} */
const Route = use('Route')
Route.on('/').render('welcome')