This commit is contained in:
arussac
2025-02-12 11:22:55 +01:00
parent bd4b1ddd2e
commit 77599c7abd
6 changed files with 33 additions and 8 deletions

View File

@@ -102,7 +102,7 @@ async function postNewVideo(project_id, measurements_id, name_video, resolution,
async function getVideoFromApi(id) {
try {
const response = await $.ajax({
url: api_url.concat(`/videos/${id}`),
url: api_url.concat(`/cat/`),
method: "GET",
dataType: "json",
});