Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
feat(command): add route:list command
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 26, 2016
1 parent 5e47a3f commit a0246f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const aceProviders = [
'adonis-lucid/providers/SeederProvider',
'adonis-ace/providers/CommandProvider',
'adonis-commands/providers/GeneratorsProvider',
'adonis-commands/providers/HelperCommandsProvider',
'adonis-commands/providers/ReplProvider'
]

Expand Down Expand Up @@ -90,6 +91,7 @@ const commands = [
'Adonis/Commands/Auth:Setup',
'Adonis/Commands/Repl',
'Adonis/Commands/Make:Controller',
'Adonis/Commands/Route:List',
'Adonis/Commands/Make:Migration',
'Adonis/Commands/Make:Model',
'Adonis/Commands/Make:View',
Expand Down

0 comments on commit a0246f2

Please sign in to comment.