DEV: Remove reference to non-existent `letter_proxy` route
This was introduced in f04471e422
, but never actually used
This commit is contained in:
parent
459932f4e2
commit
0f813fc7c7
|
@ -37,7 +37,7 @@ class UserAvatarsController < ApplicationController
|
|||
def show_proxy_letter
|
||||
is_asset_path
|
||||
|
||||
if SiteSetting.external_system_avatars_url !~ /^\/letter(_avatar)?_proxy/
|
||||
if SiteSetting.external_system_avatars_url !~ /^\/letter_avatar_proxy/
|
||||
raise Discourse::NotFound
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue