We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bf206 commit 3d5ba73Copy full SHA for 3d5ba73
1 file changed
admin/server/middleware/ray-proxy.js
@@ -2,7 +2,7 @@ import {defineEventHandler} from 'h3'
2
import {createProxyMiddleware} from 'http-proxy-middleware';
3
import * as path from "path"; // npm install http-proxy-middleware@beta
4
5
-const rayProxyMiddleware = createProxyMiddleware('/ray/', {
+const rayProxyMiddleware = createProxyMiddleware({
6
target: 'http://back:8265',
7
changeOrigin: true,
8
ws: true,
0 commit comments