Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tnsoftbear committed Aug 25, 2024
1 parent e8cf68f commit 35a3c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/action/loading.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func FindParcelLockersByCustomerId(
ctx.JSON(http.StatusInternalServerError, gin.H{"id": id, "message": err.Error()})
return
}

ctx.JSON(http.StatusOK, gin.H{"parcel_lockers": parcel_lockers})
}
}

0 comments on commit 35a3c1b

Please sign in to comment.