tangled
alpha
login
or
join now
atscan.net
/
plcbundle
A Transparent and Verifiable Way to Sync the AT Protocol's PLC Directory
14
fork
atom
overview
issues
2
pulls
pipelines
update
tree.fail
3 months ago
d2cce44a
2fc8370e
+1
-1
1 changed file
expand all
collapse all
unified
split
cmd
plcbundle
server.go
+1
-1
cmd/plcbundle/server.go
···
146
146
if syncMode {
147
147
fmt.Fprintf(w, "\nSync Endpoints\n")
148
148
fmt.Fprintf(w, "━━━━━━━━━━━━━━\n")
149
149
-
fmt.Fprintf(w, " GET /sync Sync status & mempool info\n")
149
149
+
fmt.Fprintf(w, " GET /sync Sync status & mempool info (JSON)\n")
150
150
fmt.Fprintf(w, " GET /sync/mempool Mempool operations (JSONL)\n")
151
151
}
152
152