Adding function to load twilio config
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// TODO: Functions does not need to be async
|
||||
|
||||
pub async fn get_db_url() -> crate::envy::EnvVar {
|
||||
dotenvy::dotenv().ok();
|
||||
let key = crate::envy::keys::DB_URL;
|
||||
|
||||
Reference in New Issue
Block a user