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" + } + ] + } + ] +}