From 86ad5c781140290b8724a8d63adac608b9abed8c Mon Sep 17 00:00:00 2001 From: YeongsuKimm Date: Tue, 13 Feb 2024 15:13:36 -0800 Subject: [PATCH] api url --- upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.html b/upload.html index 3d44acd..29725d7 100644 --- a/upload.html +++ b/upload.html @@ -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)