adonis-fullstack-app/start/routes.js
Abijeet ad27e12100 Changes the invalid routing URL path.
Fixes #10

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-02-09 17:05:39 +05:30

19 lines
473 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/docs/4.0/routing
|
*/
const Route = use('Route')
Route.on('/').render('welcome')