aboutsummaryrefslogtreecommitdiff
path: root/api/readme.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-04-25 17:01:12 +0200
committerlonkaars <loek@pipeframe.xyz>2021-04-25 17:01:12 +0200
commit152011d11e032a7297de855724d74da83fa6f1cb (patch)
tree0959ab7338681f63723d94fffb7c39a66cf561f9 /api/readme.md
parentf020b861915d7269a44f73c417626879c8e0176b (diff)
added version number from package.json and commit hash to footer
Diffstat (limited to 'api/readme.md')
-rw-r--r--api/readme.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/api/readme.md b/api/readme.md
index 6d0da60..d904f42 100644
--- a/api/readme.md
+++ b/api/readme.md
@@ -28,7 +28,11 @@ API return type classes are mostly defined in api/api.ts
```ts
{
users: int,
- games: int
+ games: int,
+ version: {
+ commit: string,
+ number: string
+ }
}
```