feat: added the function to get teh data and updated teh times tehy run at #35

Merged
silver merged 6 commits from #10_wolves_database into main 2023-08-05 21:36:30 +00:00
Showing only changes of commit dd5ebd6bd3 - Show all commits

View file

@ -1,5 +1,4 @@
use ldap3::{LdapConn, Scope, SearchEntry};
use skynet_ldap_backend::{db_init, get_config, Accounts, Config};
use skynet_ldap_backend::{db_init, get_config, Config};
use sqlx::{Pool, Sqlite};
use tide::prelude::{Serialize, Deserialize};