Adding maps

This commit is contained in:
2026-02-06 10:31:44 -05:00
parent 4f4e524640
commit a841e4885e
9 changed files with 280 additions and 38 deletions

View File

@@ -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"),
]