mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 00:59:15 +02:00
Fix #982: Removed "nodeinfo disabled" setting, as nodeinfo is required for the UI to work
This commit is contained in:
parent
dd9cca432d
commit
175d701247
7 changed files with 1 additions and 36 deletions
|
@ -143,8 +143,6 @@ class WellKnownViewSet(viewsets.GenericViewSet):
|
|||
|
||||
@action(methods=["get"], detail=False)
|
||||
def nodeinfo(self, request, *args, **kwargs):
|
||||
if not preferences.get("instance__nodeinfo_enabled"):
|
||||
return HttpResponse(status=404)
|
||||
data = {
|
||||
"links": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue