From 4031a762911bfaeaa192c308ed94bfa011890a4a Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 18 Mar 2023 03:30:27 +0100 Subject: [PATCH] Use a more specific path for GNU Social --- src/pages/api/detect/[host].ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/api/detect/[host].ts b/src/pages/api/detect/[host].ts index 1a22964..19631bc 100644 --- a/src/pages/api/detect/[host].ts +++ b/src/pages/api/detect/[host].ts @@ -15,7 +15,7 @@ const PROJECTS = { }, }, gnuSocial: { - checkUrl: "/api/statusnet/version.xml", + checkUrl: "/api/gnusocial/config.xml", publishEndpoint: "/notice/new", params: { text: "status_textarea",