You've already forked AstralRinth
forked from didirus/AstralRinth
analytics (#695)
* playtime * other routes, improvements * fmt clippy * revs --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
use hyper::client::HttpConnector;
|
||||
use hyper_tls::{native_tls, HttpsConnector};
|
||||
|
||||
mod fetch;
|
||||
|
||||
pub use fetch::*;
|
||||
|
||||
pub async fn init_client() -> clickhouse::error::Result<clickhouse::Client> {
|
||||
let database = dotenvy::var("CLICKHOUSE_DATABASE").unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user