From e94dcad36582c2ca85f04c8513b1f56aa359ad89 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 21 Feb 2023 19:46:48 -0600 Subject: AƱade rutas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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 -- cgit v1.2.3