Created
July 7, 2019 19:21
-
-
Save akshar-raaj/2c68c2202117a8e52a29a33271212730 to your computer and use it in GitHub Desktop.
Search urlpattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| urlpatterns = [ | |
| path('questions/', views.QuestionsAPIView.as_view()) | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment