finished the front for the task manager
This commit is contained in:
6
back/testapp/urls.py
Normal file
6
back/testapp/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.urls import path
|
||||
from .views import getAllTasks
|
||||
|
||||
urlpatterns = [
|
||||
path("getAllTasks", getAllTasks, name="api_view")
|
||||
]
|
||||
Reference in New Issue
Block a user