url absoluta

This commit is contained in:
f 2022-06-11 13:57:02 -03:00
parent 25ad5c09c6
commit ca130d58de
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@ Rails.application.routes.draw do
root 'application#index'
mount Blazer::Engine, at: 'blazer'
mount Blazer::Engine, at: '/blazer'
resources :readings, only: %i[create]
resources :sites, only: %i[show create update]
resources :users, only: %i[index create destroy]
end