aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/preload/instance.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/preload/instance.ex b/lib/pleroma/web/preload/instance.ex
index 0b6fd3313..3b95fe403 100644
--- a/lib/pleroma/web/preload/instance.ex
+++ b/lib/pleroma/web/preload/instance.ex
@@ -10,7 +10,7 @@ defmodule Pleroma.Web.Preload.Providers.Instance do
@behaviour Provider
@instance_url :"/api/v1/instance"
@panel_url :"/instance/panel.html"
- @nodeinfo_url :"/nodeinfo/2.0"
+ @nodeinfo_url :"/nodeinfo/2.0.json"
@impl Provider
def generate_terms(_params) do