mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Initial Origin Support
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
use serde::Deserialize;
|
||||
|
||||
#[derive(Debug, Deserialize,Clone)]
|
||||
|
||||
pub struct OriginSettings {
|
||||
pub enabled: bool,
|
||||
pub path: Option<String>,
|
||||
}
|
||||
Reference in New Issue
Block a user