tape: add 'Restore Key' button
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user