We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30b52e commit 1c9e5f8Copy full SHA for 1c9e5f8
src/client-proxy.ts
@@ -1,7 +1,7 @@
1
import { createProxyMiddleware } from 'http-proxy-middleware';
2
3
const CLIENT_URL =
4
- process.env.CLIENT_URL || 'https://demo.openwebhook.io/refs/tags/v1.0.8';
+ process.env.CLIENT_URL || 'https://openwebhook.github.io/client/refs/tags/v1.0.8';
5
6
const pathFilter = function (path: string, req: any) {
7
return (
0 commit comments