mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Add new api to change name and password
This commit is contained in:
@@ -29,6 +29,8 @@ import * as $api_task_export_zip_cfg from "./routes/api/task/export_zip_cfg.ts";
|
||||
import * as $api_thumbnail_id_ from "./routes/api/thumbnail/[id].ts";
|
||||
import * as $api_token from "./routes/api/token.ts";
|
||||
import * as $api_user from "./routes/api/user.ts";
|
||||
import * as $api_user_change_name from "./routes/api/user/change_name.ts";
|
||||
import * as $api_user_change_password from "./routes/api/user/change_password.ts";
|
||||
import * as $api_user_list from "./routes/api/user/list.ts";
|
||||
import * as $file_id_ from "./routes/file/[id].ts";
|
||||
import * as $file_verify_id_ from "./routes/file/[verify]/[id].ts";
|
||||
@@ -70,6 +72,8 @@ const manifest = {
|
||||
"./routes/api/thumbnail/[id].ts": $api_thumbnail_id_,
|
||||
"./routes/api/token.ts": $api_token,
|
||||
"./routes/api/user.ts": $api_user,
|
||||
"./routes/api/user/change_name.ts": $api_user_change_name,
|
||||
"./routes/api/user/change_password.ts": $api_user_change_password,
|
||||
"./routes/api/user/list.ts": $api_user_list,
|
||||
"./routes/file/[id].ts": $file_id_,
|
||||
"./routes/file/[verify]/[id].ts": $file_verify_id_,
|
||||
|
||||
Reference in New Issue
Block a user