From 02ba012a4a3809d00ea3ff1ba6d4908599853b29 Mon Sep 17 00:00:00 2001 From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr> Date: Mon, 5 Feb 2024 14:05:00 +0100 Subject: [PATCH] Preprod data --- src/AnnotationCreationUtils.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/AnnotationCreationUtils.js b/src/AnnotationCreationUtils.js index 00c4e2d..9343fbe 100644 --- a/src/AnnotationCreationUtils.js +++ b/src/AnnotationCreationUtils.js @@ -3,9 +3,10 @@ import { v4 as uuid } from 'uuid'; import axios from 'axios'; import WebAnnotation from './WebAnnotation'; -//const fileUploaderUrl = 'https://scene-uploads.tetras-libre.fr/upload'; -const fileUploaderUrl = 'http://localhost:3000/upload'; -const fileReaderUrl = 'http://localhost:3000/static/'; +const fileUploaderUrl = 'https://scene-uploads.tetras-libre.fr/upload'; +const fileReaderUrl = 'https://scene-uploads.tetras-libre.fr/static/'; +/*const fileUploaderUrl = 'http://localhost:3000/upload'; +const fileReaderUrl = 'http://localhost:3000/static/';*/ /** Extract time information from annotation target */ export function timeFromAnnoTarget(annotarget) { -- GitLab