add updates serve command to serve a json or html version of the changelog.json, with contents based on ?from= query string

This commit is contained in:
Mechiel Lukkien
2023-03-05 22:38:29 +01:00
parent dfd7b721ae
commit f867bcfa21
2 changed files with 144 additions and 0 deletions

View File

@ -145,6 +145,7 @@ var commands = []struct {
{"updates addsigned", cmdUpdatesAddSigned},
{"updates genkey", cmdUpdatesGenkey},
{"updates pubkey", cmdUpdatesPubkey},
{"updates serve", cmdUpdatesServe},
{"updates verify", cmdUpdatesVerify},
}