Skip to content

Instantly share code, notes, and snippets.

@paulonteri
Created April 24, 2020 12:30
Show Gist options
  • Save paulonteri/a7af6585a5ba1d24e6dedc16efc31498 to your computer and use it in GitHub Desktop.
Save paulonteri/a7af6585a5ba1d24e6dedc16efc31498 to your computer and use it in GitHub Desktop.
App urls
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