Skip to content

Commit

Permalink
Add patch to change application status
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoleman21 committed Aug 30, 2020
1 parent 3e6cc8a commit 703707f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@
post 'applications', to: 'applications#create'
get 'applications/:id', to: 'applications#show'
get '/pets/:id/applications', to: 'application_pets#index'
patch '/pets/:id/application_status', to: 'pets#change_application_status'
end

0 comments on commit 703707f

Please sign in to comment.