fix delete
This commit is contained in:
@@ -45,7 +45,7 @@ export class EntriesService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
delete(id: number) {
|
delete(id: number) {
|
||||||
return this.http.delete(environment.apiUrl + "/entries" + id);
|
return this.http.delete(environment.apiUrl + "/entries/" + id);
|
||||||
}
|
}
|
||||||
|
|
||||||
titleHelper(url: string) {
|
titleHelper(url: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user