diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 7b329f5..b0c276c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,4 +5,7 @@ Rails.application.routes.draw do # Defines the root path route ("/") # root "articles#index" + scope module: 'api' do + resources :accounts, only: [:create] + end end |