mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-31 12:38:19 +00:00
fix dumb mistake
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user