2 Commits

Author SHA1 Message Date
266d937c51 Merge pull request 'davila-dev' (#1) from davila-dev into main
Reviewed-on: #1
2025-08-13 07:53:48 +00:00
35fb96b1e7 perubahan 2025-08-13 14:37:52 +07:00
+1
View File
@@ -42,6 +42,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)