summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-02-21 19:46:48 -0600
committerHombreLaser <sebastian-440@live.com>2023-02-21 19:46:48 -0600
commite94dcad36582c2ca85f04c8513b1f56aa359ad89 (patch)
treee16754148d4eb717fb2264770229859e2f7ea912 /config
parentee12e868688f49498a19fd671146033d135c99ca (diff)
Añade rutas
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb3
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