This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user