Update wellknown.py

./bw-dev black
This commit is contained in:
Jascha Urbach 2023-04-16 17:30:27 +02:00
parent f3b1b1d8e4
commit 0cae89b2b6
No known key found for this signature in database
GPG key ID: A43A844B114F9B08

View file

@ -11,6 +11,7 @@ from django.views.decorators.http import require_GET
from bookwyrm import models
from bookwyrm.settings import DOMAIN, VERSION, LANGUAGE_CODE
@require_GET
def webfinger(request):
"""allow other servers to ask about a user"""