This commit is contained in:
2025-06-09 23:36:48 +02:00
parent 42408816f4
commit 301687a609
3 changed files with 4 additions and 3 deletions

View File

@@ -144,7 +144,7 @@ export const deleteNotice = async (noticeId) => {
try {
const response = await axios.delete(
`${API_URL}/notices/delete/${noticeId}`,
{ headers }
{ headers: headers }
);
return response.data;
} catch (error) {