wayvr/dash-frontend/src/util/networking/mod.rs

7 lines
190 B
Rust

pub mod http_client;
pub mod image_fetch;
pub mod skymap_catalog;
// pub const WAYVR_ROOT_URL: &str = "https://wayvr.org";
pub const WAYVR_SKYMAPS_ROOT: &str = "https://wayvr.org/skymaps";