diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-01-13 17:27:20 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-01-13 17:27:20 +0000 |
| commit | 0c98276d324db649c4a15be7859a501588257972 (patch) | |
| tree | 8e2ee4784730e16290b043ee4b38418fa5166106 /src/config.js | |
| parent | Menu, DiscDAG loading (diff) | |
| download | fedidag-0c98276d324db649c4a15be7859a501588257972.tar.gz fedidag-0c98276d324db649c4a15be7859a501588257972.zip | |
move everything into client/
Diffstat (limited to 'src/config.js')
| -rw-r--r-- | src/config.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.js b/src/config.js deleted file mode 100644 index 91d6231..0000000 --- a/src/config.js +++ /dev/null @@ -1,3 +0,0 @@ -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`; |
