回答編集履歴

1

https に変更

2021/12/06 21:19

投稿

hoshi-takanori
hoshi-takanori

スコア7901

test CHANGED
@@ -18,9 +18,9 @@
18
18
 
19
19
  image: Post.Photo.Image(
20
20
 
21
- url: "http://example.com/image1.png",
21
+ url: "https://example.com/image1.png",
22
22
 
23
- thumb: Post.Photo.Image.Thumb(url: "http://example.com/thumb1.png")
23
+ thumb: Post.Photo.Image.Thumb(url: "https://example.com/thumb1.png")
24
24
 
25
25
  )
26
26
 
@@ -30,9 +30,9 @@
30
30
 
31
31
  image: Post.Photo.Image(
32
32
 
33
- url: "http://example.com/image2.png",
33
+ url: "https://example.com/image2.png",
34
34
 
35
- thumb: Post.Photo.Image.Thumb(url: "http://example.com/thumb2.png")
35
+ thumb: Post.Photo.Image.Thumb(url: "https://example.com/thumb2.png")
36
36
 
37
37
  )
38
38