ADMIN: Revorked settings page
Build and Publish / Build and Publish Docker Image (push) Successful in 3m4s

This commit is contained in:
Ultradesu
2026-05-26 18:40:05 +03:00
parent 4b8797bb2e
commit c0342ed987
5 changed files with 789 additions and 67 deletions
+7
View File
@@ -278,6 +278,13 @@ impl App for AdminApp {
),
"admin_v2_settings",
),
Route::with_handler_and_name(
"/v2/api/settings/probe",
get(move |session: Session, db: Database| async move {
v2::settings_probe(session, db).await
}),
"admin_v2_settings_probe",
),
Route::with_handler_and_name(
"/v2/api/jobs/{name}/toggle",
cot::router::method::post({