Skip to content

Commit a81ecee

Browse files
author
RaizeTheLimit
committed
correct endpoint
1 parent 7367ca9 commit a81ecee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const httpServer = http.createServer(function (req, res) {
207207
}
208208
});
209209
break;
210-
case "/polygonx":
210+
case "/PolygonX/PostProtos":
211211
req.on("data", function (chunk) {
212212
incomingData.push(chunk);
213213
});
@@ -467,7 +467,7 @@ Server start access of this in urls: http://localhost:${portBind} or WLAN mode h
467467
468468
- Clients MITM:
469469
1) --=FurtiF™=- Tools EndPoints: http://${getIPAddress()}:${portBind}/traffic or http://${getIPAddress()}:${portBind}/golbat (depending on the modes chosen)
470-
2) PolygonX EndPoint: http://${getIPAddress()}:${portBind}/polygonx (application/x-protobuf)
470+
2) PolygonX EndPoint: http://${getIPAddress()}:${portBind}/PolygonX/PostProtos (application/x-protobuf)
471471
3) ...
472472
473473
ProtoDecoderUI is not responsible for your errors.

0 commit comments

Comments
 (0)