mirror of
https://github.com/bykof/cordova-plugin-webserver.git
synced 2025-04-03 13:31:56 +08:00
changed responseId to requestId
#fail
This commit is contained in:
parent
9c4915bf52
commit
ee060cef50
@ -81,7 +81,7 @@ webserver.onRequest(
|
||||
console.log("O MA GAWD! This is the request: ", request);
|
||||
|
||||
webserver.sendResponse(
|
||||
request.responseId,
|
||||
request.requestId,
|
||||
{
|
||||
status: 200,
|
||||
body: '<html>Hello World</html>',
|
||||
|
Loading…
x
Reference in New Issue
Block a user