rubyx-debugger/app/main/config/routes.rb

9 lines
209 B
Ruby
Raw Normal View History

2015-07-29 16:26:04 +02:00
# See https://github.com/voltrb/volt#routes for more info on routes
client '/about', action: 'about'
# The main route, this should be last. It will match any params not
# previously matched.
client '/', {}