Skip to content

Commit

Permalink
Merge branch 'following-users'
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartl committed May 31, 2022
2 parents 0d9cea8 + 5b49e28 commit c134e93
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 @@ -15,5 +15,6 @@
resources :account_activations, only: [:edit]
resources :password_resets, only: [:new, :create, :edit, :update]
resources :microposts, only: [:create, :destroy]
get '/microposts', to: 'static_pages#home'
resources :relationships, only: [:create, :destroy]
end

0 comments on commit c134e93

Please sign in to comment.