mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-17 13:07:32 +02:00
Use different port for envoy in javascript client config (#972)
This commit is contained in:
parent
0247d586e3
commit
f766a8cd1b
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ const SERVER_PORT = process.env.REACT_APP_SERVER_PORT || window.location.port;
|
|||
export let web_host_port = window.location.protocol + '//' + window.location.hostname + ':' + SERVER_PORT;
|
||||
|
||||
console.log(SqueakAdminClient);
|
||||
var client = new SqueakAdminClient('http://' + window.location.hostname + ':8080')
|
||||
var client = new SqueakAdminClient('http://' + window.location.hostname + ':15081')
|
||||
|
||||
|
||||
function handleErrorResponse(response, route, handleError) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue