night-cherry hace 1 mes
padre
commit
abae0eb2e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -93,7 +93,7 @@ const app=createApp({
       const res=JSON.parse(request.responseText);
       this.tomcat_res=res["message"];
       console.log("res:"+res);
-      console.log(tomcat_res);
+      console.log("tomcat_res"+tomcat_res);
     };
     request.open("POST","http://ancientapes.cc:8080/mineluxuries/book");
     request.send("test tomcat");