Skip to content

Commit

Permalink
feat: upgrade default client version
Browse files Browse the repository at this point in the history
  • Loading branch information
Samox committed Apr 17, 2023
1 parent c6560f6 commit 15d677e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client-proxy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createProxyMiddleware } from 'http-proxy-middleware';

const CLIENT_URL =
process.env.CLIENT_URL || 'https://demo.openwebhook.io/refs/tags/v1.0.4';
process.env.CLIENT_URL || 'https://demo.openwebhook.io/refs/tags/v1.0.8';

const pathFilter = function (path: string, req: any) {
return (
Expand Down

0 comments on commit 15d677e

Please sign in to comment.