doraverse-auth-sidebar 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +6 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4894,11 +4894,12 @@ const bp = (t) => t > 1 ? Math.round(t).toLocaleString("en-US") : (t > 0 ? Math.
|
|
|
4894
4894
|
maximumFractionDigits: 3
|
|
4895
4895
|
}), Fs = {
|
|
4896
4896
|
// API_ENDPOINT: `${window.location.origin}/api`,
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
PUBLIC_API_ENDPOINT:
|
|
4897
|
+
PUBLIC_API_ENDPOINT: void 0,
|
|
4898
|
+
//
|
|
4899
|
+
// API_ENDPOINT: 'http://localhost:3080/api',
|
|
4900
|
+
API_ENDPOINT: "https://case.doradora.vn/api"
|
|
4901
|
+
// PUBLIC_API_ENDPOINT: 'https://public-api.doradora.vn/api',
|
|
4902
|
+
//
|
|
4902
4903
|
}, bn = {
|
|
4903
4904
|
// User
|
|
4904
4905
|
USER: "user",
|