mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:11:12 +08:00
rename route /javascripts
to /theme-javascripts
(#6495)
This commit is contained in:
@ -7,7 +7,7 @@ class JavascriptCache < ActiveRecord::Base
|
||||
before_save :update_digest
|
||||
|
||||
def url
|
||||
"#{GlobalSetting.cdn_url}#{GlobalSetting.relative_url_root}/javascripts/#{digest}.js"
|
||||
"#{GlobalSetting.cdn_url}#{GlobalSetting.relative_url_root}/theme-javascripts/#{digest}.js"
|
||||
end
|
||||
|
||||
private
|
||||
|
Reference in New Issue
Block a user