forked from jsnbuchanan/crowd-funder-for-time-pwa
send the claim type with an image
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user