adonis-fullstack-app/start/routes.js
2017-08-20 22:39:25 +05:30

19 lines
471 B
JavaScript

'use strict'
/*
|--------------------------------------------------------------------------
| Routes
|--------------------------------------------------------------------------
|
| Http routes are entry points to your web application. You can create
| routes for different URL's and bind Controller actions to them.
|
| A complete guide on routing is available here.
| http://adonisjs.com/guides/routing
|
*/
const Route = use('Route')
Route.on('/').render('welcome')