mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-27 03:51:48 -05:00
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
Demo.Router.map(function() {
|
|
this.route('demo', function() {
|
|
this.route('step', { path: '/:id' });
|
|
});
|
|
});
|