5 lines
68 B
Python
5 lines
68 B
Python
|
''' activitystream api '''
|
||
|
|
||
|
def webfinger(request):
|
||
|
return 'hi'
|