This commit is contained in:
I-Have-An-Issue 2023-01-19 17:26:58 -05:00
parent 18ac6b41df
commit a77fbdb82c
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ const app = express.Router()
app.get("/", async (request, response) => {
let jobId = randomUUID()
const client = await soap.createClientAsync(__dirname + "/../../lib/RCCService.wsdl", {}, "http://144.126.135.224:64989/")
const client = await soap.createClientAsync(__dirname + "/../../lib/RCCService.wsdl", {}, "http://127.0.0.1:64989/")
const result = await client.OpenJobExAsync({
job: {
id: jobId,
@ -42,7 +42,7 @@ app.get("/", async (request, response) => {
},
{
type: "LUA_TSTRING",
value: "https://sitetest.unexp.xyz",
value: "https://economy.ittblox.gay",
},
{
type: "LUA_TNUMBER",