Skip to content

Commit 5b49e28

Browse files
committed
Fix refresh error
1 parent 67b1abf commit 5b49e28

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)