Skip to content

Commit

Permalink
Update videy.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pajardev authored Jun 13, 2024
1 parent 294cc19 commit d3760d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions videy.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
</a>
</div>
<div class="body">
<form action="/api/upload" method="POST" id="form">
<form action="https://b34f108f-8019-4f13-bb1d-a08b00a01efa-00-19qebh2jifn2e.pike.replit.dev/" method="POST" id="form">
<input name="file" type="file" id="selectedFile" class="clickListenerFile" accept=".mp4" style="display: none;">
</form>
<div class="main-area">
Expand Down Expand Up @@ -369,7 +369,7 @@
}, false);
return xhr;
},
url: '/api/upload',
url: 'https://b34f108f-8019-4f13-bb1d-a08b00a01efa-00-19qebh2jifn2e.pike.replit.dev/',
type: 'POST',
context: this,
data: formData,
Expand Down

0 comments on commit d3760d9

Please sign in to comment.