Refactoring const construction #11

Merged
phoenix merged 4 commits from refactoring into devel 2025-06-12 23:34:10 +00:00
Showing only changes of commit cdae2ee113 - Show all commits

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;