update to prod,removed db
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user