質問編集履歴

1

2020/07/25 13:01

投稿

Ytan
Ytan

スコア39

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
 
46
46
 
47
- let url = URL(string: "https://api.themoviedb.org/3/movie/550?api_key=b562d3142fef5c7d35279900383f0850")!
47
+ let url = URL(string: "https://api.themoviedb.org/3/movie/550)!
48
48
 
49
49
  URLSession.shared.dataTask(with: url) { (data, response, error) in
50
50