feat(apidocs): use real version number

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2023-01-09 00:25:42 +01:00 committed by David Mehren
parent 8ee2d809c7
commit d52fc55ef3
3 changed files with 16 additions and 7 deletions

View file

@ -18,6 +18,8 @@ export class ServerVersion {
preRelease?: string;
@ApiProperty()
commit?: string;
@ApiProperty()
fullString: string;
}
export class ServerStatusDto extends BaseDto {