rubyx-debugger/app/main/config/routes.rb
2015-07-06 14:20:21 +03:00

8 lines
208 B
Ruby

# 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 '/', {}