forked from trent_larson/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;
|
||||
}
|
||||
formData.append("image", this.blob, "snapshot.jpg");
|
||||
formData.append("claimType", "GiveAction");
|
||||
try {
|
||||
const response = await axios.post(
|
||||
DEFAULT_IMAGE_API_SERVER + "/image",
|
||||
|
||||
Reference in New Issue
Block a user