@passkeyme/auth 1.0.0 → 1.1.1

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.js CHANGED
@@ -1487,7 +1487,7 @@ class PasskeymeAuth {
1487
1487
  const { default: axios } = await Promise.resolve().then(function () { return index; });
1488
1488
  // Create axios instance for PasskeyMe API
1489
1489
  const axiosInstance = axios.create({
1490
- baseURL: `${this.config.baseUrl}/api/webauthn/${this.config.appId}`,
1490
+ baseURL: `${this.config.baseUrl}/webauthn/${this.config.appId}`,
1491
1491
  headers: {
1492
1492
  "x-api-key": apiKey,
1493
1493
  "Content-Type": "application/json",