mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-01 17:00:21 +08:00
fix(public): 恢复 support.rs 的 system_config_bool 引入
This commit is contained in:
@@ -10,7 +10,7 @@ use crate::handlers::shared::{
|
||||
decrypt_catalog_secret_with_fallbacks, encrypt_catalog_secret_with_fallbacks,
|
||||
escape_admin_email_template_html, module_available_from_env, query_param_bool,
|
||||
query_param_optional_bool, query_param_value, read_admin_email_template_payload,
|
||||
render_admin_email_template_html, system_config_string,
|
||||
render_admin_email_template_html, system_config_bool, system_config_string,
|
||||
unix_secs_to_rfc3339,
|
||||
};
|
||||
use crate::{AppState, GatewayError};
|
||||
|
||||
Reference in New Issue
Block a user