Merge branch 'master' into works-editions
This commit is contained in:
commit
5c4d078f92
12 changed files with 140 additions and 3 deletions
|
@ -86,6 +86,7 @@ urlpatterns = [
|
|||
|
||||
re_path(r'^favorite/(?P<status_id>\d+)/?$', actions.favorite),
|
||||
re_path(r'^unfavorite/(?P<status_id>\d+)/?$', actions.unfavorite),
|
||||
re_path(r'^boost/(?P<status_id>\d+)/?$', actions.boost),
|
||||
|
||||
re_path(r'^shelve/?$', actions.shelve),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue