@zodic/shared 0.0.407 → 0.0.408

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.
Files changed (2) hide show
  1. package/app/api/index.ts +1 -3
  2. package/package.json +1 -1
package/app/api/index.ts CHANGED
@@ -719,9 +719,7 @@ export const Api = (env: BackendBindings) => ({
719
719
  },
720
720
  config: {
721
721
  webhook_config: {
722
- endpoint:
723
- 'https://zodic-backend.lucdelbel.workers.dev/api/webhook/faceswap',
724
- // secret: '',
722
+ endpoint: `${env.API_BASE_URL}/api/webhook/faceswap`,
725
723
  },
726
724
  },
727
725
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.407",
3
+ "version": "0.0.408",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {