mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 00:47:19 +08:00
Add ability to export account
This commit is contained in:
@@ -160,6 +160,7 @@ async fn request(req: HttpRequest, body: String) -> HttpResponse {
|
||||
"/api/webui/userInfo" => router::webui::user(req),
|
||||
"/webui/logout" => router::webui::logout(req),
|
||||
"/api/webui/admin" => router::webui::admin(req),
|
||||
"/api/webui/export" => router::webui::export(req),
|
||||
_ => api_req(req, body)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user