Added test (#10)

Reviewed-on: #10
Co-authored-by: kdeng00 <kundeng00@pm.me>
Co-committed-by: kdeng00 <kundeng00@pm.me>
This commit is contained in:
kdeng00
2025-06-12 21:26:22 +00:00
committed by phoenix
parent e7e6fd904b
commit 7df6fe5821
7 changed files with 98 additions and 23 deletions
-1
View File
@@ -1,4 +1,3 @@
pub async fn get_db_url() -> String {
dotenvy::dotenv().ok();
std::env::var(crate::keys::DB_URL).expect(crate::keys::error::DB_URL)