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