Skip to content

Commit c3142dd

Browse files
ClearlyClairehiyuki2578
authored andcommitted
Fix custom CSS controller (mastodon#11336)
1 parent dc539c5 commit c3142dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/custom_css_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class CustomCssController < ApplicationController
66
before_action :set_cache_headers
77

88
def show
9-
expires 3.minutes, public: true
9+
expires_in 3.minutes, public: true
1010
render plain: Setting.custom_css || '', content_type: 'text/css'
1111
end
1212
end

0 commit comments

Comments
 (0)