Skip to content

Commit

Permalink
Update addPhoto() to use store instead of overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
helamanl0424 authored Apr 9, 2024
1 parent 0a10a74 commit fd26e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ async function addPhoto(url, filename) {
originURL: url,
destinationURL: storeLocation
};
fetch(`${getPicoURL()}1556/sample_app/overwrite_file`, {
fetch(`${getPicoURL()}1556/sample_app/store_file`, {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit fd26e45

Please sign in to comment.