Controller de entregas
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
Rails.application.routes.draw do
|
||||
post "/entregas", to: "entregas#add"
|
||||
get "/ruta", to: 'ruta#get'
|
||||
post "/ruta", to: 'ruta#add'
|
||||
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
|
||||
|
Reference in New Issue
Block a user