@comergehq/studio 0.1.4 → 0.1.5

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
@@ -188,7 +188,7 @@ import * as React from "react";
188
188
  import axios from "axios";
189
189
 
190
190
  // src/core/services/http/baseUrl.ts
191
- var BASE_URL = "http://192.168.8.175:8080";
191
+ var BASE_URL = "https://comerge.ai";
192
192
 
193
193
  // src/core/services/http/public.ts
194
194
  var CLIENT_KEY_HEADER = "x-comerge-api-key";