register and sign in pages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from .api import AtollListView
|
||||
|
||||
urlpatterns = [
|
||||
path("atolls/", AtollListView.as_view(), name="atoll-list"),
|
||||
]
|
||||
Reference in New Issue
Block a user