Perbaikan Patient CRUD
Some checks failed
Go-test / build (push) Has been cancelled

This commit is contained in:
2025-12-01 11:52:30 +07:00
parent f10689c606
commit 5515e76320
6 changed files with 1661 additions and 101 deletions

View File

@@ -182,7 +182,7 @@ func (h *PatientHandler) GetPatient(c *gin.Context) {
// @Failure 400 {object} models.ErrorResponse "Bad request or validation error"
// @Failure 404 {object} models.ErrorResponse "Patient not found"
// @Failure 500 {object} models.ErrorResponse "Internal server error"
// @Router /patient/{id} [post]
// @Router /patient/detail [post]
func (h *PatientHandler) GetPatientByIDPost(c *gin.Context) {
// id := c.Param("id")