diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-01-13 18:23:29 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-01-13 18:23:29 +0000 |
| commit | 5395edd40d3763d32b4749bdad942f6d0a7fd54a (patch) | |
| tree | f5ec526bb4a5a9511cf1ed4256eae23819536fe8 /client/src | |
| parent | (re)Dockerize! (diff) | |
| download | fedidag-5395edd40d3763d32b4749bdad942f6d0a7fd54a.tar.gz fedidag-5395edd40d3763d32b4749bdad942f6d0a7fd54a.zip | |
move/update README
Diffstat (limited to 'client/src')
| -rw-r--r-- | client/src/config.js | 1 |
1 files changed, 0 insertions, 1 deletions
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`; |
