mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 18:25:21 -04:00
feat(apidocs): use real version number
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
8ee2d809c7
commit
d52fc55ef3
3 changed files with 16 additions and 7 deletions
|
@ -18,6 +18,8 @@ export class ServerVersion {
|
|||
preRelease?: string;
|
||||
@ApiProperty()
|
||||
commit?: string;
|
||||
@ApiProperty()
|
||||
fullString: string;
|
||||
}
|
||||
|
||||
export class ServerStatusDto extends BaseDto {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue