ready link import fx 1
This commit is contained in:
parent
e1b9ca428d
commit
f80490f78b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue