commit unversioned files ;)
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from booking.views import CreateBookingView
|
||||
from booking.views import CreateBookingView, BookingListView
|
||||
|
||||
urlpatterns = [
|
||||
path('client/', CreateBookingView.as_view(), name='client_booking'),
|
||||
path('employee_bookings', BookingListView.as_view(), name='employee_bookings'),
|
||||
]
|
||||
Reference in New Issue
Block a user