From 5395edd40d3763d32b4749bdad942f6d0a7fd54a Mon Sep 17 00:00:00 2001 From: s-ol Date: Thu, 13 Jan 2022 19:23:29 +0100 Subject: move/update README --- client/src/config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src') diff --git a/client/src/config.js b/client/src/config.js index 91d6231..1da891d 100644 --- a/client/src/config.js +++ b/client/src/config.js @@ -1,3 +1,2 @@ -export const PUBLIC_URL = process.env.PUBLIC_URL || `${location.origin}`; export const API_PREFIX = process.env.API_PREFIX || `${location.origin}`; export const CORS_PREFIX = process.env.CORS_PREFIX || `${API_PREFIX}/remote`; -- cgit v1.2.3