Adds registration

This commit is contained in:
Mouse Reeve
2020-01-28 19:05:59 -08:00
parent 4007ed8827
commit 3d09d355eb
8 changed files with 59 additions and 15 deletions

View File

@ -35,6 +35,7 @@ def webfinger(request):
@csrf_exempt
def shared_inbox(request):
''' incoming activitypub events '''
# TODO: this is just a dupe of inbox but there's gotta be a reason??
if request.method == 'GET':
return HttpResponseNotFound()