@tagsamurai/gsts-api-services 1.1.0-alpha.8 → 1.1.0-alpha.9

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.
@@ -291,7 +291,7 @@ const C = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1, VITE_
291
291
  postResendEmail: (t) => g.post("/resend-email", t),
292
292
  putChangePassword: (t, e) => g.put("/change-password/".concat(t), e)
293
293
  }, O = i({
294
- prefix: "fam/v2/general-settings"
294
+ prefix: "/fam/v2/general-settings"
295
295
  }), Z = {
296
296
  get: () => O.get("/"),
297
297
  update: (t) => O.put("/", t)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/gsts-api-services",
3
- "version": "1.1.0-alpha.8",
3
+ "version": "1.1.0-alpha.9",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Global Settings Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",