diff --git a/django_backend/api/urls.py b/django_backend/api/urls.py index 4ff1779..b67056e 100644 --- a/django_backend/api/urls.py +++ b/django_backend/api/urls.py @@ -7,3 +7,4 @@ path('recipes/', recipes_list), path('recipes//', recipe_detail), ] +# test \ No newline at end of file