Adding maps
This commit is contained in:
@@ -21,6 +21,7 @@ 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'^biz/', BizAPIView.as_view(), name="get-bizs"),
|
||||
# re_path(r'^events-token/', EventsTokenAPIView.as_view(), name="get-token-events"),
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user