質問編集履歴

1

修正

2018/07/31 17:14

投稿

Mmz
Mmz

スコア11

test CHANGED
File without changes
test CHANGED
@@ -58,8 +58,6 @@
58
58
 
59
59
  this.commentsService.get().subscribe(responses => {
60
60
 
61
- });
62
-
63
61
  });
64
62
 
65
63
  }
@@ -72,7 +70,7 @@
72
70
 
73
71
  get(): Observable<any> {
74
72
 
75
- return this.http.get<Comment[]>(environment.API_SERVER + 'comments');
73
+ return this.http.get<Comment[]>(API_SERVER + 'comments');
76
74
 
77
75
  }
78
76