ready link import fx 1

This commit is contained in:
merdan 2022-12-08 16:00:32 +05:00
parent e1b9ca428d
commit f80490f78b
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ func ParseLink(w http.ResponseWriter, route *http.Request) {
w.WriteHeader(http.StatusOK)
json.NewEncoder(w).Encode(map[string]string{
"msg": "Link parsed successfully",
"productGroupId": strconv.Itoa(product.ProductGroupID),
"productGroupId": strconv.Itoa(product.ID),
})
elapsed := time.Since(start)
log.Printf("end parse took %s", elapsed)