Skip to content

Commit 0720f66

Browse files
committed
revert change to proxy.js
1 parent 38aeb5c commit 0720f66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ app.use(
1414
// supabase studio
1515
app.use(createProxyMiddleware(['/project', '/monaco-editor', '/css', '/_next', '/api', '/favicon', '/img'], { target: 'http://192.168.1.50:3000', changeOrigin: true, ws: true }));
1616

17-
app.use(createProxyMiddleware('/', { target: 'http://localhost:8443', changeOrigin: true, ws: true }));
17+
app.use(createProxyMiddleware('/', { target: 'http://localhost:443', changeOrigin: true, ws: true }));
1818

1919
app.listen(3000);

0 commit comments

Comments
 (0)