/refactor changes url name of ATMs list

This commit is contained in:
Reena-cell 2022-07-20 13:36:16 +02:00
parent 0d3405598a
commit 1d77791ade

View File

@ -9,5 +9,5 @@ from .views import AtmListView
urlpatterns = [
url(r'^$',
AtmListView.as_view(),
name='atms_detail')
name='atm_detail')
]