adding federation
This commit is contained in:
parent
e30e06c283
commit
6b85d8838f
11 changed files with 244 additions and 83 deletions
|
@ -23,9 +23,10 @@ urlpatterns = [
|
|||
path('login/', views.user_login),
|
||||
path('logout/', views.user_logout),
|
||||
path('user/<str:username>', views.user_profile),
|
||||
path('shelve/<str:shelf_id>/<int:book_id>', views.shelve),
|
||||
path('follow/', views.follow),
|
||||
path('unfollow/', views.unfollow),
|
||||
path('api/book/<str:olkey>', openlibrary.get_book),
|
||||
path('api/u/<str:username>', federation.actor),
|
||||
path('api/<str:username>/inbox', federation.inbox),
|
||||
path('api/<str:username>/outbox', federation.outbox),
|
||||
path('.well-known/webfinger', federation.webfinger),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue