diff options
Diffstat (limited to 'src/app/services/comment.service.ts')
| -rw-r--r-- | src/app/services/comment.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/services/comment.service.ts b/src/app/services/comment.service.ts index 29707ab..f299e82 100644 --- a/src/app/services/comment.service.ts +++ b/src/app/services/comment.service.ts @@ -55,7 +55,7 @@ export class CommentService { getCommentRequest(id: Guid): Observable<object> { const options = { - params: new HttpParams().set('Id', id.toString()) + params: new HttpParams().set('CommentId', id.toString()) }; return this._http.get(AppConstants.API_COMMENT_URL, options); } |
