Skip to content

Commit c134e93

Browse files
committed
Merge branch 'following-users'
2 parents 0d9cea8 + 5b49e28 commit c134e93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
resources :account_activations, only: [:edit]
1616
resources :password_resets, only: [:new, :create, :edit, :update]
1717
resources :microposts, only: [:create, :destroy]
18+
get '/microposts', to: 'static_pages#home'
1819
resources :relationships, only: [:create, :destroy]
1920
end

0 commit comments

Comments
 (0)