We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a818181 commit 61b6ea6Copy full SHA for 61b6ea6
ticket/urls.py
@@ -3,9 +3,9 @@
3
from . import views
4
5
urlpatterns = [
6
- path("conference-ticket-types", views.get__get_ticket_types),
+ path("ticket-types", views.get__get_ticket_types),
7
re_path(
8
- r"^conference-ticket-types/(?P<ticket_type_id>\w+)/check",
+ r"^ticket-types/(?P<ticket_type_id>\w+)/check",
9
views.get__check_ticket_type_buyable,
10
),
11
# path("conference-tickets", views.post__add_ticket), # 티켓 생성은 payment에서
0 commit comments