update to prod,removed db

This commit is contained in:
2025-10-13 17:44:00 -05:00
parent 31845835e3
commit 61e198ff55
7 changed files with 68 additions and 22 deletions
+1
View File
@@ -20,6 +20,7 @@ from .views import *
urlpatterns = [
# re_path(r'^faqs/', FAQsAPIView.as_view(), name="get-faqs"),
re_path(r'^links/', SocialLinksAPIView.as_view(), name="get-links"),
re_path(r'^list-links/', SocialLinksListAPIView.as_view(), name="list-links"),
# re_path(r'^posts/', SocialPostsAPIView.as_view(), name="get-posts"),
re_path(r'^images/', SocialImgsAPIView.as_view(), name="get-images"),
# re_path(r'^events-token/', EventsTokenAPIView.as_view(), name="get-token-events"),