load map images from remote

This commit is contained in:
Robin Appelman 2023-11-24 19:22:46 +01:00
commit 8325c0c57d
4 changed files with 18 additions and 5 deletions

View file

@ -52,4 +52,5 @@ pub enum Listen {
pub struct SiteConfig {
pub url: String,
pub api: String,
pub maps: String,
}