mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Expose git version in 'pk;stats' and '/v1/meta'
This commit is contained in:
parent
dcc15dc847
commit
1cb4bc9287
9 changed files with 54 additions and 5 deletions
|
|
@ -32,6 +32,7 @@ namespace PluralKit.API
|
|||
|
||||
var o = new JObject();
|
||||
o.Add("shards", shards.ToJSON());
|
||||
o.Add("version", BuildInfoService.Version);
|
||||
|
||||
return Ok(o);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue