Add health route

This commit is contained in:
Felix Auringer
2021-04-26 12:29:53 +02:00
parent 38ecc02a79
commit f8e864efdd
2 changed files with 28 additions and 0 deletions

5
api/response_messages.go Normal file
View File

@@ -0,0 +1,5 @@
package api
type Message struct {
Msg string `json:"msg"`
}