generated from Patagia/template-nix
parent
a5e3170d37
commit
b07d037a7d
11 changed files with 1016 additions and 39 deletions
controller/src
|
@ -10,6 +10,6 @@ type ControllerApiDescription = ApiDescription<Arc<ControllerContext>>;
|
|||
|
||||
pub fn api() -> Result<ControllerApiDescription> {
|
||||
let mut api = ControllerApiDescription::new();
|
||||
api.register(version::api_version)?;
|
||||
api.register(version::version)?;
|
||||
Ok(api)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue