mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
package properties rpc endpoint (#462)
This commit is contained in:
@@ -26,6 +26,7 @@ pub mod manager;
|
||||
pub mod middleware;
|
||||
pub mod migration;
|
||||
pub mod net;
|
||||
pub mod properties;
|
||||
pub mod s9pk;
|
||||
pub mod setup;
|
||||
pub mod shutdown;
|
||||
@@ -79,6 +80,7 @@ pub fn server() -> Result<(), RpcError> {
|
||||
control::start,
|
||||
control::stop,
|
||||
logs::logs,
|
||||
properties::properties,
|
||||
))]
|
||||
pub fn package() -> Result<(), RpcError> {
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user