mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-18 01:43:41 -05:00
Added new full json API route and changed API routes
This commit is contained in:
@@ -28,7 +28,7 @@ impl Config {
|
||||
authentication: FxHashMap::default(),
|
||||
theme: Theme::Default,
|
||||
insecure_registries: Vec::with_capacity(0),
|
||||
socket: None
|
||||
socket: None,
|
||||
}
|
||||
}
|
||||
/// Reads the config from the file path provided and returns the parsed result.
|
||||
|
||||
Reference in New Issue
Block a user