Skip to content

Commit 50592f7

Browse files
committed
Put API server back to io
1 parent 6774f98 commit 50592f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/scripts/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ function addMiddleware(devServer, index) {
208208
devServer.use(
209209
'/api',
210210
proxy({
211-
target: 'https://codesandbox.stream',
211+
target: 'https://codesandbox.io',
212212
changeOrigin: true,
213213
})
214214
);

0 commit comments

Comments
 (0)