Skip to content

Commit 9e7ee8b

Browse files
authored
Merge pull request #100 from golony6449/feature/golony/ticket
ticket type api 에 slash 추가
2 parents 1043f4e + 09fce80 commit 9e7ee8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ticket/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from . import views
44

55
urlpatterns = [
6-
path("ticket-types", views.get__get_ticket_types),
6+
path("ticket-types/", views.get__get_ticket_types),
77
re_path(
88
r"^ticket-types/(?P<ticket_type_id>\w+)/check",
99
views.get__check_ticket_type_buyable,

0 commit comments

Comments
 (0)