Skip to content

Commit

Permalink
Add a set of prefixes for routes skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
endihunter authored Sep 20, 2017
1 parent adab520 commit ad5532e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions publishes/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@

'paths' => [
'provider' => "Http/Terranet/Administrator/Navigation/Providers"
]
];
],

# Routes under these prefixes will be skipped from navigation module.
'skip' => [
'cms', 'horizon', 'api', 'auth'
],
];

0 comments on commit ad5532e

Please sign in to comment.