perubahan
This commit is contained in:
@@ -32,6 +32,7 @@ func (s *Server) RegisterRoutes() http.Handler {
|
|||||||
r.StaticFS("/assets", http.FS(staticFiles))
|
r.StaticFS("/assets", http.FS(staticFiles))
|
||||||
|
|
||||||
v1 := r.Group("/api")
|
v1 := r.Group("/api")
|
||||||
|
|
||||||
patient := v1.Group("/patient")
|
patient := v1.Group("/patient")
|
||||||
{
|
{
|
||||||
patient.POST("/insertpatient", patientHandler.InsertPatient)
|
patient.POST("/insertpatient", patientHandler.InsertPatient)
|
||||||
|
|||||||
Reference in New Issue
Block a user