Aggiorna 'suitablephones/urls.py'
This commit is contained in:
parent
2ff1d99876
commit
b1aed9068a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
from django.urls import path
|
from django.urls import path
|
||||||
from . import views
|
from suitablephones.views import SuitablePhones
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('suitablephones/', views.suitablephones, name='suitablephones'),
|
path('suitablephones/', SuitablePhones.as_view(), name='suitablephones'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue