mirror of
https://github.com/Xevion/banner.git
synced 2025-12-06 07:14:21 -06:00
feat: embed git commit into binary, provide link on frontend
This commit is contained in:
@@ -20,6 +20,10 @@ export interface StatusResponse {
|
||||
banner_api: {
|
||||
status: string;
|
||||
};
|
||||
git: {
|
||||
commit: string;
|
||||
short: string;
|
||||
};
|
||||
timestamp: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user