mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: add PUT endpoint to update letters and manage associated images
This commit is contained in:
@@ -4,4 +4,5 @@ from .views import LetterView
|
||||
|
||||
urlpatterns = [
|
||||
path("", LetterView.as_view(), name="letter-list-create"),
|
||||
path("<str:public_id>/", LetterView.as_view(), name="letter-create-retrieve-update-delete"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user