remove deprecated api endpoints

api/log_cooking
api/plan-ical/
api/backup/
This commit is contained in:
smilerz
2024-04-24 12:24:19 -05:00
parent b83f3a291b
commit ebcc814abf
2 changed files with 0 additions and 57 deletions

View File

@@ -28,7 +28,6 @@
window.CUSTOM_LOCALE = '{{ request.LANGUAGE_CODE }}'
window.ICAL_URL = '{% url 'api_get_plan_ical' 12345 6789 %}'
window.SHOPPING_URL = '{% url 'view_shopping' %}'
</script>