anto
This commit is contained in:
@@ -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",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user