Skip to content

Commit c067c97

Browse files
committed
remove unused proto
1 parent d3a6be5 commit c067c97

2 files changed

Lines changed: 2 additions & 29 deletions

File tree

protos/root.proto

Lines changed: 0 additions & 27 deletions
This file was deleted.

routes/health.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ func (h *Health) Handle(w http.ResponseWriter, r *http.Request, _ map[string]str
5050

5151
payload := map[string]interface{}{
5252
"version": bima.Version,
53-
"name": "Bima",
53+
"name": "Bima Framework",
5454
"author": "Muhamad Surya Iksanudin<surya.iksanudin@gmail.com>",
55-
"link": "https://github.com/KejawenLab/skeleton",
55+
"link": "https://github.com/bimalabs/framework",
5656
"memory_usage": map[string]string{
5757
"allocation": alloc.String(),
5858
"total_allocation": totalAlloc.String(),

0 commit comments

Comments
 (0)