tape: add 'Restore Key' button

This commit is contained in:
Dietmar Maurer
2021-03-01 11:11:38 +01:00
parent 7507b19cd2
commit 1552d9699c
2 changed files with 40 additions and 0 deletions

View File

@ -1298,6 +1298,11 @@ pub const SUBDIRS: SubdirMap = &sorted!([
&Router::new()
.get(&API_METHOD_READ_LABEL)
),
(
"restore-key",
&Router::new()
.post(&API_METHOD_RESTORE_KEY)
),
(
"rewind",
&Router::new()