parent
13b512b569
commit
870d0b9697
15 changed files with 205 additions and 37 deletions
|
@ -52,6 +52,7 @@ urlpatterns = [
|
|||
# internal action endpoints
|
||||
re_path(r'^review/?$', views.review),
|
||||
re_path(r'^tag/?$', views.tag),
|
||||
re_path(r'^untag/?$', views.untag),
|
||||
re_path(r'^comment/?$', views.comment),
|
||||
re_path(r'^favorite/(?P<status_id>\d+)/?$', views.favorite),
|
||||
re_path(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue