from django.urls import path from .views import FacebookReviews urlpatterns = [ path('', FacebookReviews.as_view(), name='facebook-reviews'), ]