From c77f2aeda89dc3e9a8bc70b0dbb2dfd198076e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ce=CC=81dric=20Foellmi?= Date: Fri, 23 Jun 2023 22:37:40 +0200 Subject: [PATCH] Making a dedicated dependency-free Constants file to avoid Utils import Aladin.js! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Foellmi --- src/js/Constants.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/js/Constants.ts diff --git a/src/js/Constants.ts b/src/js/Constants.ts new file mode 100644 index 00000000..d8e9a9c8 --- /dev/null +++ b/src/js/Constants.ts @@ -0,0 +1 @@ +export const JSONP_PROXY = "https://alaskybis.cds.unistra.fr/cgi/JSONProxy";