feat: Add basic API
This commit is contained in:
8
src/fellchensammlung/api/urls.py
Normal file
8
src/fellchensammlung/api/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
from .views import (
|
||||
AdoptionNoticeApiView
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
path('adoption_notice', AdoptionNoticeApiView.as_view()),
|
||||
]
|
Reference in New Issue
Block a user