We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b931e01 commit 8b29f84Copy full SHA for 8b29f84
src/subcommand/server.rs
@@ -265,11 +265,6 @@ impl Server {
265
get(r::parents_paginated),
266
)
267
.route("/r/sat/{sat_number}", get(r::sat))
268
- .route("/r/sat/{sat_number}/at/{index}", get(r::sat_at_index))
269
- .route(
270
- "/r/sat/{sat_number}/at/{index}/content",
271
- get(r::sat_at_index_content),
272
- )
273
.route("/r/sat/{sat_number}/{page}", get(r::sat_paginated))
274
.route("/r/tx/{txid}", get(r::tx))
275
.route(
0 commit comments