update code
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
func (s *Server) RegisterRoutes() http.Handler {
|
||||
r := gin.Default()
|
||||
|
||||
r.GET("/hello", s.HelloWorldHandler)
|
||||
r.GET("/health", s.healthHandler)
|
||||
|
||||
v1 := r.Group("/api")
|
||||
|
||||
Reference in New Issue
Block a user