generated from Patagia/template-nix
parent
a5e3170d37
commit
b07d037a7d
11 changed files with 1016 additions and 39 deletions
controller/src
|
@ -29,7 +29,7 @@ struct VersionInfo {
|
|||
),
|
||||
err(Debug),
|
||||
)]
|
||||
pub async fn api_version(
|
||||
pub(crate) async fn version(
|
||||
rqctx: RequestContext<Arc<ControllerContext>>,
|
||||
) -> Result<HttpResponseOk<VersionInfo>, HttpError> {
|
||||
let ver = VersionInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue