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

12 lines
364 B
JavaScript
Raw Normal View History

2015-05-05 11:56:35 +02:00
module.exports = {
'/prototype': 'index',
'/prototype/arrows': 'arrows',
'/prototype/viewports': 'viewports',
2015-05-19 15:43:09 +02:00
'/prototype/reverse': 'reverse',
2015-05-20 11:17:14 +02:00
'/prototype/replay': 'replay_index',
2015-05-19 15:43:09 +02:00
'/prototype/replay/:id': 'replay',
2015-05-26 11:49:24 +02:00
'/prototype/replay_info/:id': 'replay_info',
2015-06-11 11:47:44 +02:00
'/prototype/tutorial': 'tutorial',
'/prototype/sponza': 'sponza'
};