mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 09:50:21 +08:00
feat(admin): 完善代理节点与 OAuth 授权管理
This commit is contained in:
@@ -306,10 +306,13 @@ pub(crate) fn admin_proxy_local_requires_buffered_body(
|
||||
| (Some("api_keys_manage"), http::Method::PUT, Some("update_api_key"))
|
||||
| (Some("api_keys_manage"), http::Method::PATCH, Some("toggle_api_key"))
|
||||
| (Some("adaptive_manage"), http::Method::PATCH, Some("toggle_mode"))
|
||||
| (Some("proxy_nodes_manage"), http::Method::POST, Some("create_manual_node"))
|
||||
| (Some("proxy_nodes_manage"), http::Method::POST, Some("register_node"))
|
||||
| (Some("proxy_nodes_manage"), http::Method::POST, Some("heartbeat_node"))
|
||||
| (Some("proxy_nodes_manage"), http::Method::POST, Some("unregister_node"))
|
||||
| (Some("proxy_nodes_manage"), http::Method::POST, Some("test_proxy_url"))
|
||||
| (Some("proxy_nodes_manage"), http::Method::POST, Some("batch_upgrade_nodes"))
|
||||
| (Some("proxy_nodes_manage"), http::Method::PATCH, Some("update_manual_node"))
|
||||
| (Some("proxy_nodes_manage"), http::Method::PUT, Some("update_node_config"))
|
||||
| (Some("security_manage"), http::Method::POST, Some("blacklist_add"))
|
||||
| (Some("security_manage"), http::Method::POST, Some("whitelist_add"))
|
||||
|
||||
Reference in New Issue
Block a user