回答編集履歴

2

URL修正

2020/10/26 14:46

投稿

aachyee
aachyee

スコア114

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  $.ajax({
4
4
 
5
- url: 'https://https://teratail.com/',
5
+ url: 'http://localhost:8080/api/test',
6
6
 
7
7
  type: 'post',
8
8
 

1

タブ削除

2020/10/26 14:46

投稿

aachyee
aachyee

スコア114

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  type: 'post',
8
8
 
9
- dataType: 'json',
9
+ dataType: 'json',
10
10
 
11
11
  data: human
12
12