reload site
This commit is contained in:
parent
709c6bd5c7
commit
764f79b2a8
@ -119,15 +119,6 @@
|
||||
"director": "Джеймс Кэмерон",
|
||||
"image": "",
|
||||
"id": 10
|
||||
},
|
||||
{
|
||||
"itemsId": 2,
|
||||
"name": "zxc",
|
||||
"rating": "5",
|
||||
"release_date": "2023-12-08",
|
||||
"director": "тап",
|
||||
"image": {},
|
||||
"id": 12
|
||||
}
|
||||
]
|
||||
}
|
@ -82,5 +82,6 @@ export async function deleteLine(id) {
|
||||
if (!response.ok) {
|
||||
throw response.statusText;
|
||||
}
|
||||
window.location.reload(true);
|
||||
return response.json();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user