fix conflict

This commit is contained in:
vanilia
2025-11-25 14:10:25 +07:00
parent ca0fee997e
commit 782d272d91
@@ -57,7 +57,7 @@ func SetRoutes() http.Handler {
})
hk.GroupRoutes(prefixnew+"/v1/encounter", r, hk.MapHandlerFunc{
"POST /": encounter.O.Create,
"POST /log": encounter.O.CreateLog,git ad
"POST /log": encounter.O.CreateLog,
"PATCH /{id}": encounter.O.Update,
"DELETE /{id}": encounter.O.Delete,
"PATCH /{id}/checkin": encounter.O.Checkin,