feat: add health API to retrieve application version and display in sidebar

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
This commit is contained in:
Noste
2026-03-07 11:13:33 +01:00
parent b8b0b6b0fa
commit 94ad142edf
5 changed files with 40 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ import (
// @name Authorization
// @description Type "Bearer" followed by a space and JWT token.
const version = "0.1.0"
var version = "dev"
func main() {
// Parse command-line flags