@matchain/matchid-sdk-react 0.1.7 → 0.1.8

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.mjs CHANGED
@@ -521,7 +521,7 @@ import axios from "axios";
521
521
  // src/config/env/main.ts
522
522
  var main_default = {
523
523
  endpoints: {
524
- back: "https://api.matchid.ai/mid/api/v1/",
524
+ back: "https://api.matchid.ai/api/v1/",
525
525
  login: "https://auth.matchid.ai/"
526
526
  }
527
527
  };