Compare commits
2 Commits
davila-dev
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 266d937c51 | |||
| 35fb96b1e7 |
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user