mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-28 01:51:09 +02:00
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
Demo.Router.map(function() {
|
|
this.route('demo', { path: '/demo' }, function() {
|
|
this.route('crud', { path: '/crud' });
|
|
});
|
|
});
|