diff --git a/pages/cart/translations/index.tsx b/pages/cart/translations/index.tsx index 6929349..05282a6 100644 --- a/pages/cart/translations/index.tsx +++ b/pages/cart/translations/index.tsx @@ -22,7 +22,7 @@ const AdminTranslations = () => { }, [locale]); const handleSave = () => { - axiosInstance.post(`/api/translations/${locale}`, translations) + axiosInstance.post(`/api/translations/${locale}/modified`, translations) .then(res => { if (res.data.status === 'Updated') { toast.success('Translations updated!');