This commit is contained in:
vanilia
2025-11-11 15:35:19 +07:00
parent a382dfdb3e
commit 733fb481b3
6 changed files with 49 additions and 24 deletions
@@ -269,7 +269,7 @@ func SetRoutes() http.Handler {
hc.RegCrud(r, "/v1/adm-employee-hist", admemployeehist.O)
hc.RegCrud(r, "/v1/therapy-protocol", therapyprotocol.O)
hc.RegCrud(r, "/v1/chemo-protocol", chemoprotocol.O)
hc.RegCrud(r, "POST /upload", fileattachment.O)
hc.RegCrud(r, "/v1/upload", fileattachment.O)
/******************** actor ********************/
hc.RegCrud(r, "/v1/person", person.O)