UX: Admin setting page consistency - User API (#30610)

Create a basic config page that only contains user API-related settings, to replace the "user_api" category view linked to from "User API" in the admin sidebar.
This commit is contained in:
Gary Pendergast
2025-01-07 16:05:54 +11:00
committed by GitHub
parent 18a8ca38ff
commit 46e4290a2a
7 changed files with 48 additions and 3 deletions

View File

@ -404,6 +404,7 @@ Discourse::Application.routes.draw do
get "search" => "site_settings#index"
get "security" => "site_settings#index"
get "spam" => "site_settings#index"
get "user-api" => "site_settings#index"
get "experimental" => "site_settings#index"
get "trust-levels" => "site_settings#index"
get "group-permissions" => "site_settings#index"