From d3d78a0434b2df709fd3e8a0ffb386122b5a27c9 Mon Sep 17 00:00:00 2001 From: AnnatarHe Date: Sun, 19 Apr 2026 10:50:53 +0800 Subject: [PATCH] Add agent discovery link catalog --- public/.well-known/api-catalog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 public/.well-known/api-catalog diff --git a/public/.well-known/api-catalog b/public/.well-known/api-catalog new file mode 100644 index 0000000..c2b7767 --- /dev/null +++ b/public/.well-known/api-catalog @@ -0,0 +1,19 @@ +{ + "linkset": [ + { + "anchor": "https://AsyncTalk.com/.well-known/api-catalog", + "item": [ + { + "href": "https://AsyncTalk.com/rss.xml", + "type": "application/rss+xml" + } + ], + "service-doc": [ + { + "href": "https://AsyncTalk.com/posts", + "type": "text/html" + } + ] + } + ] +}