fmt: renamed to have a standard naming scheme

This commit is contained in:
silver 2023-06-04 12:28:21 +01:00
parent cf26bf60d1
commit 686df5ac03
3 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
use skynet_ldap_server::methods::change_details::post_update_ldap;
use skynet_ldap_server::methods::account_update::post_update_ldap;
use skynet_ldap_server::{db_init, get_config, State};
#[async_std::main]

View file

@ -1 +1 @@
pub mod change_details;
pub mod account_update;