mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: implement letter encryption fields, lifecycle timestamps, and API endpoints with validation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import LetterView
|
||||
|
||||
urlpatterns = [
|
||||
path("", LetterView.as_view(), name="letter-list-create"),
|
||||
]
|
||||
Reference in New Issue
Block a user