Skip to content

Instantly share code, notes, and snippets.

@bleything
Created April 26, 2010 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleything/380070 to your computer and use it in GitHub Desktop.
Save bleything/380070 to your computer and use it in GitHub Desktop.
namespace "/api/v1" do
# mounted at /api/v1/things
get "/things" {}
# mounted at /api/v1/admin/asplode
get "/admin/asplode" {}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment