Skip to content

Commit

Permalink
api url
Browse files Browse the repository at this point in the history
  • Loading branch information
YeongsuKimm committed Feb 13, 2024
1 parent a2cead6 commit 86ad5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
formData.append('video', vid.files[0]);
console.log(vid.files[0])
try {
const apiUrl = "http://127.0.0.1:8069/api/videos/"
const apiUrl = "http://127.0.0.1:8069/api/video/"
var formData = new FormData(form);
video = (vid.files[0]).name;
convertImageToBase64(thumb)
Expand Down

0 comments on commit 86ad5c7

Please sign in to comment.