Implement inactivate device route for factory resets
All checks were successful
Build and Test / account (push) Successful in 5m54s
All checks were successful
Build and Test / account (push) Successful in 5m54s
This commit is contained in:
parent
65bef0d8f9
commit
559cb95ecb
2 changed files with 7 additions and 1 deletions
|
|
@ -134,6 +134,7 @@ async fn launch() -> _ {
|
|||
.mount("/", routes![
|
||||
conntest::conntest,
|
||||
nnid::devices::current_device_status,
|
||||
nnid::devices::inactivate_device,
|
||||
nnid::agreements::get_agreement,
|
||||
nnid::timezones::get_timezone,
|
||||
nnid::person_exists::person_exists,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue