Skip to content

Commit

Permalink
remove home cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jivey committed Apr 9, 2021
1 parent 39f1116 commit 83a31e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/webview_controller.rb
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@ def home
redirect_to dashboard_path
end

expires_in 1.minute, public: true
@homepage = HOMEPAGE_CONFIG[:default]
end

0 comments on commit 83a31e9

Please sign in to comment.