mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2025-05-16 11:38:11 +08:00
Initial commit
This commit is contained in:
commit
67bd8957d5
23 changed files with 849 additions and 0 deletions
0
project/api/__init__.py
Normal file
0
project/api/__init__.py
Normal file
6
project/api/urls.py
Normal file
6
project/api/urls.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.contrib import admin
|
||||
from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('api/v1/', include('notes.urls'))
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue