Skip to content

Commit

Permalink
fix: change url name
Browse files Browse the repository at this point in the history
  • Loading branch information
RezenkovD committed Aug 17, 2023
1 parent 5128746 commit c51114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vr_club_site/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
urlpatterns = [
path("", index_page, name="home"),
path("games/", games_page, name="games"),
path("deviсes/", devices_page, name="devices"),
path("devices/", devices_page, name="devices"),
path(
"api/get_available_slots/",
get_available_slots_view,
Expand Down

0 comments on commit c51114c

Please sign in to comment.