From 9af8767b17e9bc9beabdf026191f05c4168d679f Mon Sep 17 00:00:00 2001 From: Raff Viglianti Date: Tue, 5 Nov 2024 13:51:27 -0500 Subject: [PATCH] restored url to teigarage --- src/utils/urls.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utils/urls.js b/src/utils/urls.js index 97d1552..98319c0 100644 --- a/src/utils/urls.js +++ b/src/utils/urls.js @@ -5,11 +5,11 @@ Set custom URLs values here. */ -// export const TEIGARAGE_PROTOCOL = 'https' -// export const TEIGARAGE_LOCATION = 'teigarage.tei-c.org' +export const TEIGARAGE_PROTOCOL = 'https' +export const TEIGARAGE_LOCATION = 'teigarage.tei-c.org' -export const TEIGARAGE_PROTOCOL = 'http' -export const TEIGARAGE_LOCATION = 'localhost:8080' +// export const TEIGARAGE_PROTOCOL = 'http' +// export const TEIGARAGE_LOCATION = 'localhost:8080' export const DATASOURCES_PROTOCOL = 'https' export const DATASOURCES_LOCATION = 'tei-c.org/Vault/P5/current/xml/tei/odd'