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