@serptech/api 1.0.26 → 1.0.27
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/package.json
CHANGED
@@ -963,7 +963,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
963
963
|
/*! no static exports found */
|
964
964
|
/***/ (function(module, exports) {
|
965
965
|
|
966
|
-
eval("const apiVersions = [1];\r\n\r\nconst apiEndpoints = {\r\n v1: {\r\n base: \"
|
966
|
+
eval("const apiVersions = [1];\r\n\r\nconst apiEndpoints = {\r\n v1: {\r\n base: \"/\",\r\n auth: \"/\",\r\n },\r\n};\r\n\r\nmodule.exports = {\r\n apiVersions,\r\n apiEndpoints,\r\n};\r\n\n\n//# sourceURL=webpack://SerpREST/./src/constants/index.js?");
|
967
967
|
|
968
968
|
/***/ }),
|
969
969
|
|
@@ -719,7 +719,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
719
719
|
/*! no static exports found */
|
720
720
|
/***/ (function(module, exports) {
|
721
721
|
|
722
|
-
eval("const apiVersions = [1];\r\n\r\nconst apiEndpoints = {\r\n v1: {\r\n base: \"
|
722
|
+
eval("const apiVersions = [1];\r\n\r\nconst apiEndpoints = {\r\n v1: {\r\n base: \"/\",\r\n auth: \"/\",\r\n },\r\n};\r\n\r\nmodule.exports = {\r\n apiVersions,\r\n apiEndpoints,\r\n};\r\n\n\n//# sourceURL=webpack://SerpREST/./src/constants/index.js?");
|
723
723
|
|
724
724
|
/***/ }),
|
725
725
|
|