mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-04 16:46:06 -04:00
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
Demo.Router.map(function() {
|
|
this.route('demo', function() {
|
|
this.route('step', { path: '/:id' });
|
|
});
|
|
});
|