We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe7c24 commit 48ed092Copy full SHA for 48ed092
2 files changed
examples/websocket/index.html
@@ -23,7 +23,7 @@ <h2>WebSocket demo</h2>
23
24
<p>
25
Proxy <code id="codeblock-ws-location">ws://localhost:3000</code> ➡
26
- <code>ws://ws.ifelse.io</code>
+ <code>ws://echo.websocket.org</code>
27
</p>
28
29
<fieldset id="configuration">
examples/websocket/index.js
@@ -8,7 +8,7 @@ const { createProxyMiddleware } = require('../../dist'); // require('http-proxy-
8
* Configure proxy middleware
9
*/
10
const wsProxy = createProxyMiddleware({
11
- target: 'http://ws.ifelse.io',
+ target: 'https://echo.websocket.org',
12
// pathRewrite: {
13
// '^/websocket' : '/socket', // rewrite path.
14
// '^/removepath' : '' // remove path.
0 commit comments