Add: API UserProfileAPIView.seen_post function
This commit is contained in:
parent
5f63ba5d4f
commit
b18728eef6
2 changed files with 49 additions and 0 deletions
7
archivist/apps/api/urls.py
Normal file
7
archivist/apps/api/urls.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.urls import path
|
||||
|
||||
app_name = 'api'
|
||||
|
||||
urlpatterns = [
|
||||
path('profile/seen_posts/<str:submission_hash>', UserProfileAPIView.seen_post, name='user_seen_post'),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue