Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

with and without trailing slash for good measure

Changed files
+1
constellation
src
server
+1
constellation/src/server/mod.rs
···
async fn robots() -> &'static str {
"\
User-agent: *
Disallow: /links/
"
}
···
async fn robots() -> &'static str {
"\
User-agent: *
+
Disallow: /links
Disallow: /links/
"
}