feat: add health and version commands

This commit is contained in:
Juan Pablo Villafáñez
2024-04-17 15:54:51 +02:00
parent f240d4e7cb
commit 4f3ebb245a
5 changed files with 125 additions and 10 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ import (
func GetCommands(cfg *config.Config) cli.Commands {
return []*cli.Command{
Server(cfg),
//Health(cfg),
//Version(cfg),
Health(cfg),
Version(cfg),
}
}