DEV: Remove reference to non-existent `letter_proxy` route

This was introduced in f04471e422, but never actually used
This commit is contained in:
David Taylor 2019-07-03 23:48:32 +01:00
parent 459932f4e2
commit 0f813fc7c7
1 changed files with 1 additions and 1 deletions

View File

@ -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