fix delete
This commit is contained in:
parent
55c956bde4
commit
1da276c670
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user