diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-04-27 08:50:53 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-04-27 08:50:53 +0200 |
commit | 93b7033fed80cca1df0e339c76755dd85089141d (patch) | |
tree | a693b7dc3ccf3ac8ac160c0a355d963aa7463aa0 /api | |
parent | db1092074f0c3b9a75081355f09e37357b35df4b (diff) |
max-width footer
Diffstat (limited to 'api')
-rw-r--r-- | api/api.ts | 1 | ||||
-rw-r--r-- | api/readme.md | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,7 @@ export interface serverStatus { games: number; version: { commit: string; + commit_short: string; number: string; }; } diff --git a/api/readme.md b/api/readme.md index cba7625..b461270 100644 --- a/api/readme.md +++ b/api/readme.md @@ -31,6 +31,7 @@ API return type classes are mostly defined in api/api.ts games: int, version: { commit: string, + commit_short: string, number: string } } |