fix dumb mistake

This commit is contained in:
Lennart
2025-06-13 18:27:16 +02:00
parent 0c432d70f9
commit 0669d4e683
2 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ use rust_embed::RustEmbed;
use std::{convert::Infallible, marker::PhantomData, str::FromStr};
use tower::Service;
#[derive(Clone, RustEmbed)]
#[derive(Clone, RustEmbed, Default)]
#[folder = "public/assets"]
pub struct Assets;