|
@ -146,6 +146,7 @@ export default class GiftedPhoto extends Vue { |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
formData.append("image", this.blob, "snapshot.jpg"); |
|
|
formData.append("image", this.blob, "snapshot.jpg"); |
|
|
|
|
|
formData.append("claimType", "GiveAction"); |
|
|
try { |
|
|
try { |
|
|
const response = await axios.post( |
|
|
const response = await axios.post( |
|
|
DEFAULT_IMAGE_API_SERVER + "/image", |
|
|
DEFAULT_IMAGE_API_SERVER + "/image", |
|
|