diff --git a/samples/index.js b/samples/index.js index 553e902..72746c1 100644 --- a/samples/index.js +++ b/samples/index.js @@ -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',