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

Mark /links/count REST endpoint as deprecated

+2 -1
+1
constellation/src/server/mod.rs
··· 66 66 } 67 67 }), 68 68 ) 69 + // deprecated 69 70 .route( 70 71 "/links/count", 71 72 get({
+1 -1
constellation/templates/hello.html.j2
··· 121 121 {% call try_it::dids("at://did:plc:vc7f4oafdgxsihk4cry2xpze/app.bsky.feed.post/3lgwdn7vd722r", "app.bsky.feed.like", ".subject.uri") %} 122 122 123 123 124 - <h3 class="route"><code>GET /links/count</code></h3> 124 + <h3 class="route deprecated"><code>[deprecated] GET /links/count</code></h3> 125 125 126 126 <p>The total number of links pointing at a given target.</p> 127 127