generated from Patagia/template-nix
parent
a4097b7cc3
commit
07b6abf48c
13 changed files with 1891 additions and 38 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