@@ -204,7 +204,7 @@ $(".nft-buy").submit(function (e) {
$.ajax({
type: 'GET',
- url: "https://api.ptt.cx:8228/shop/" + collectuserid + "/" + nftproduct + "",
+ url: "https://api.ptt.cx:8228/buy/" + collectuserid + "/" + nftproduct + "",
data: jsonString,
dataType: 'json',
success: function (data) {