cache busting remove extra quote

This commit is contained in:
Robin Appelman 2023-04-09 17:40:10 +02:00
commit b0b3c0f3ed
3 changed files with 4 additions and 5 deletions

View file

@ -51,4 +51,5 @@ pub enum Listen {
#[derive(Debug, Deserialize)]
pub struct SiteConfig {
pub url: String,
pub api: String,
}