@peable/services
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -20,3 +20,3 @@ import { useState, useEffect } from "react"; | ||
// Session retrieval (as before) | ||
const sessionResponse = await axios.get(process.env.PEABLE_SERVICES_URL + "/api/auth/session", { | ||
const sessionResponse = await axios.get("http://localhost:3001/api/auth/session", { | ||
withCredentials: true, | ||
@@ -23,0 +23,0 @@ }); |
{ | ||
"name": "@peable/services", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
5429