Changed const type

This commit is contained in:
2025-06-12 19:28:30 -04:00
parent f7382165c3
commit cdae2ee113

View File

@@ -13,7 +13,7 @@ pub const SECRET_KEY: &str = "SECRET_KEY";
pub const ROOT_DIRECTORY: &str = "ROOT_DIRECTORY"; pub const ROOT_DIRECTORY: &str = "ROOT_DIRECTORY";
// Environment key for icarus api url // Environment key for icarus api url
pub const ICARUS_BASE_API_URL: &'static str = "ICARUS_BASE_API_URL"; pub const ICARUS_BASE_API_URL: &str = "ICARUS_BASE_API_URL";
pub mod error { pub mod error {
use const_format::concatcp; use const_format::concatcp;