Skip to content

Commit 81d0cc3

Browse files
author
Jovel Crisostomo
committed
update comments
1 parent 5c416e8 commit 81d0cc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ import (
66
"github.com/gorilla/mux"
77
)
88

9+
// GetMessages is for MakoAPI connection testing
910
func GetMessages(w http.ResponseWriter, r *http.Request) {
1011
w.Write([]byte("Messages!\n"))
1112
}
1213

14+
// Healthcheck is for CloudWatch testing
1315
func Healthcheck(w http.ResponseWriter, r *http.Request) {
1416
w.Write([]byte("OK!\n"))
1517
}

0 commit comments

Comments
 (0)