Skip to content

Commit fc397a0

Browse files
committed
chore: proxied
1 parent 85118e7 commit fc397a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

django_backend/django_backend/kit.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import json
2+
13
from django.http import HttpResponse
24
from django.urls import resolve, reverse, NoReverseMatch, path
35
from django.views.decorators.csrf import csrf_exempt

django_backend/django_backend/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
path('auth/', include('authentication.urls')),
1111
path('home/', include('home.urls')),
1212
path('todos/', include('todo.urls')),
13-
path('.proxy', proxy, name='proxy'),
13+
path('.proxy', proxy),
1414
]

0 commit comments

Comments
 (0)