send the claim type with an image

This commit is contained in:
2024-03-10 17:37:10 -06:00
parent 26582030df
commit 476d35452a

View File

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