Created
April 24, 2020 12:30
-
-
Save paulonteri/a7af6585a5ba1d24e6dedc16efc31498 to your computer and use it in GitHub Desktop.
App urls
This file contains 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
from django.urls import path | |
from .views import NoteApi | |
urlpatterns = [ | |
path('api/notes', NoteApi.as_view()), | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment