mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 17:50:13 +00:00
fix(api): show full git commit hash in header
This commit is contained in:
parent
c38ca2e7fa
commit
af3702152f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public class PrivateController: PKControllerBase
|
||||||
var o = new JObject();
|
var o = new JObject();
|
||||||
o.Add("shards", shards.ToJson());
|
o.Add("shards", shards.ToJson());
|
||||||
o.Add("stats", stats.ToJson());
|
o.Add("stats", stats.ToJson());
|
||||||
o.Add("version", BuildInfoService.Version);
|
o.Add("version", BuildInfoService.FullVersion);
|
||||||
|
|
||||||
return Ok(o);
|
return Ok(o);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue