change port mapping so i dont get rekt
This commit is contained in:
@@ -132,7 +132,7 @@ export class ClientApiService implements IApiService{
|
||||
}
|
||||
|
||||
try{
|
||||
let conn = new RPCSocket<FrontcraftIfc>(20000, window.location.hostname)
|
||||
let conn = new RPCSocket<FrontcraftIfc>(8080, window.location.hostname)
|
||||
conn.on('close', async () => {
|
||||
})
|
||||
|
||||
|
||||
@@ -83,7 +83,7 @@ export class ServerApiService implements IApiService {
|
||||
}
|
||||
|
||||
try {
|
||||
let conn = new RPCSocket<FrontcraftIfc>(20000, window.location.hostname)
|
||||
let conn = new RPCSocket<FrontcraftIfc>(8080, window.location.hostname)
|
||||
conn.on('close', async () => {
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user