Add book to database
This commit is contained in:
parent
6b02d779fd
commit
4c4011ba75
5 changed files with 101 additions and 29 deletions
|
@ -15,10 +15,10 @@ Including another URLconf
|
|||
"""
|
||||
from django.contrib import admin
|
||||
from django.urls import path
|
||||
from fedireads import views
|
||||
from fedireads import activitystream, openlibrary, views
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('api/', views.api),
|
||||
path('webfinger/', views.webfinger),
|
||||
path('api/book/<str:olkey>', openlibrary.get_book),
|
||||
path('webfinger/', activitystream.webfinger),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue