You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ A live application URL will be available in the output.
225
225
>
226
226
> If you're using socket.io, you will need to update the client to connect to the correct port for sockets to work.
227
227
>
228
-
> In `/client/app/components/socket/socket.service` update the socket to connect to port 8000. (with `my-openshift-app` being the deployed name of your app):
228
+
> In `/client/components/socket/socket.service` update the socket to connect to port 8000. (with `my-openshift-app` being the deployed name of your app):
229
229
>
230
230
> var ioSocket = io.connect('my-openshift-app.com:8000');
0 commit comments