perubahan

This commit is contained in:
2025-08-13 14:37:52 +07:00
parent abaddf2589
commit 35fb96b1e7

View File

@@ -32,6 +32,7 @@ func (s *Server) RegisterRoutes() http.Handler {
r.StaticFS("/assets", http.FS(staticFiles))
v1 := r.Group("/api")
patient := v1.Group("/patient")
{
patient.POST("/insertpatient", patientHandler.InsertPatient)