API for Calendars
This commit is contained in:
@@ -20,6 +20,7 @@ from .views import *
|
||||
urlpatterns = [
|
||||
re_path(r'^events/', EventsAPIView.as_view(), name="get-events"),
|
||||
re_path(r'^promo/', PromoAPIView.as_view(), name="get-promo"),
|
||||
re_path(r'^cals/', CalAPIView.as_view(), name="get-cals"),
|
||||
# re_path(r'^events-token/', EventsTokenAPIView.as_view(), name="get-token-events"),
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user