Added user registration
This commit is contained in:
@@ -5,7 +5,7 @@ import countries.views
|
||||
urlpatterns = [
|
||||
path("", countries.views.CountryListView.as_view(), name="countries"),
|
||||
path(
|
||||
"<str:alpha2>/",
|
||||
"/<str:alpha2>",
|
||||
countries.views.CountryByAlpha2View.as_view(),
|
||||
name="country_by_alpha2",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user