Skip to content

Commit

Permalink
Changed folder root
Browse files Browse the repository at this point in the history
  • Loading branch information
pdr0663 committed May 1, 2024
1 parent 4b3a833 commit abafda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1>Photo Capture</h1>
// For simplicity, let's assume you have a server-side endpoint to handle image saving

// For example, using fetch to send the image data to a server-side endpoint
fetch('/users/paul.riley/save-image', {
fetch('/save-image', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
Expand Down

0 comments on commit abafda7

Please sign in to comment.