diff options
author | Blaster4385 <blaster4385@tablaster.dev> | 2024-05-15 13:00:19 +0530 |
---|---|---|
committer | Blaster4385 <blaster4385@tablaster.dev> | 2024-05-15 13:15:00 +0530 |
commit | afab9091b1cb377516222e08d668db1020dcd60e (patch) | |
tree | 138b301d8313c3bb20c07d3f1697a3888e8e751d /client/src/utils/constants.js | |
parent | 4c1b757403b676287eab222248fd38cc6e18adba (diff) |
refactor: optimized editor, encryption and backend code
Diffstat (limited to 'client/src/utils/constants.js')
-rw-r--r-- | client/src/utils/constants.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/utils/constants.js b/client/src/utils/constants.js index e783114..d2693fd 100644 --- a/client/src/utils/constants.js +++ b/client/src/utils/constants.js @@ -1,4 +1,3 @@ -export const BASE_URL = window.location.origin; export const URL_REGEX = /^(https?:\/\/)?([\w.-]+\.[a-z]{2,})(\/?[^\s]*)?$/; export const SUPPORTED_LANGUAGES = [ { |