🔧 Modified the socket base hostname to 0.0.0.0
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export const COMICBOOKINFO_SERVICE_URI = "http://localhost:3080/api/comicvine/";
|
||||
export const API_BASE_URI = "http://localhost:8050/api/";
|
||||
export const SOCKET_BASE_URI = "ws://localhost:8051/";
|
||||
export const SOCKET_BASE_URI = "ws://0.0.0.0:8051/";
|
||||
|
||||
Reference in New Issue
Block a user