質問編集履歴
1
細かなミスの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -232,7 +232,7 @@
|
|
232
232
|
|
233
233
|
*/
|
234
234
|
|
235
|
-
router.post('/', function(request, response){
|
235
|
+
router.post('/grid/test', function(request, response){
|
236
236
|
|
237
237
|
console.log("catch the post request");
|
238
238
|
|
@@ -342,7 +342,7 @@
|
|
342
342
|
|
343
343
|
PORT = "3000"
|
344
344
|
|
345
|
-
URL = "http://" + HOSTNAME + ":" + PORT + "/api/
|
345
|
+
URL = "http://" + HOSTNAME + ":" + PORT + "/api/grid/test"
|
346
346
|
|
347
347
|
|
348
348
|
|