This website requires JavaScript.
Explore
Help
Sign In
tforgione
/
3d-interface
Watch
1
Star
0
Fork
You've already forked 3d-interface
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
bc0b7671bb
3d-interface
/
controllers
/
intro
/
urls.js
5 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Improved tutorial
2015-07-30 13:11:28 +02:00
module
.
exports
=
{
'/intro'
:
'index'
,
Continuing on micro workers, and corrected some bugs
2015-09-29 17:22:48 +02:00
'/intro/:workerId'
:
'index'
,
Improved tutorial
2015-07-30 13:11:28 +02:00
}
;