1 2 3 4 5 6 7
// Routes pub static INDEXES : &'static str = "/indexes"; pub static DOCUMENTS: &'static str = "/documents"; // Error Message pub const MESSAGE_INTERNAL_SERVER_ERROR: &str = "Internal Server Error";