mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +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,
|
decrypt_catalog_secret_with_fallbacks, encrypt_catalog_secret_with_fallbacks,
|
||||||
escape_admin_email_template_html, module_available_from_env, query_param_bool,
|
escape_admin_email_template_html, module_available_from_env, query_param_bool,
|
||||||
query_param_optional_bool, query_param_value, read_admin_email_template_payload,
|
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,
|
unix_secs_to_rfc3339,
|
||||||
};
|
};
|
||||||
use crate::{AppState, GatewayError};
|
use crate::{AppState, GatewayError};
|
||||||
|
|||||||
Reference in New Issue
Block a user