3d-interface/controllers/prototype/urls.js

6 lines
123 B
JavaScript

module.exports = {
'/prototype': 'index',
'/prototype/arrows': 'arrows',
'/prototype/viewports': 'viewports'
}