Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
route type
Browse files Browse the repository at this point in the history
  • Loading branch information
hopkinschris committed Feb 22, 2014
1 parent 1717694 commit df87da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Dashboard::Application.routes.draw do
root "dashboard#index"

namespace :api, path: "", contraints: { subdomain: "api" } do
namespace :api, path: "", constraints: { subdomain: "api" } do
namespace :v0 do
resources :users
resources :sleeps
Expand Down

0 comments on commit df87da2

Please sign in to comment.