Skip to content

Commit 1c9e5f8

Browse files
committed
feature: update client url
1 parent c30b52e commit 1c9e5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client-proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createProxyMiddleware } from 'http-proxy-middleware';
22

33
const CLIENT_URL =
4-
process.env.CLIENT_URL || 'https://demo.openwebhook.io/refs/tags/v1.0.8';
4+
process.env.CLIENT_URL || 'https://openwebhook.github.io/client/refs/tags/v1.0.8';
55

66
const pathFilter = function (path: string, req: any) {
77
return (

0 commit comments

Comments
 (0)