From 93b7033fed80cca1df0e339c76755dd85089141d Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 27 Apr 2021 08:50:53 +0200 Subject: max-width footer --- api/api.ts | 1 + api/readme.md | 1 + 2 files changed, 2 insertions(+) (limited to 'api') diff --git a/api/api.ts b/api/api.ts index a2a1e95..0949139 100644 --- a/api/api.ts +++ b/api/api.ts @@ -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 } } -- cgit v1.2.3