This website requires JavaScript.
Explore
Help
Sign In
e2m
/
dispatch
Watch
4
Star
0
Fork
You've already forked dispatch
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
df71c54d37
dispatch
/
client
/
js
/
routes.js
6 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Move wrapWidth handling out of MessageBox, improve scroll position handling, use custom routing, close menu when clicking anywhere
2017-05-07 20:19:15 +00:00
export
default
{
connect
:
'/connect'
,
settings
:
'/settings'
,
chat
:
'/:server(/:name)'
}
;