update code

This commit is contained in:
2025-04-23 08:38:49 +07:00
parent d199595ee1
commit ec3961fde5
12 changed files with 58 additions and 45 deletions
+1
View File
@@ -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")