mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Make site setting type uploaded_image_list use upload IDs (#10401)
It used to be a list of concatenated upload URLs which was prone to break.
This commit is contained in:
@@ -66,7 +66,6 @@ Discourse::Application.routes.draw do
|
||||
|
||||
get "site/basic-info" => 'site#basic_info'
|
||||
get "site/statistics" => 'site#statistics'
|
||||
get "site/selectable-avatars" => "site#selectable_avatars"
|
||||
|
||||
get "srv/status" => "forums#status"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user