bottom-1.5

This commit is contained in:
Chuck1sn
2025-06-04 12:48:08 +08:00
parent 50a1bc65ef
commit 27529ee70c
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ export default [
}),
http.post("/ai/action/search", () => {
const response = HttpResponse.json({
action: "CREATE_USER",
action: "DELETE_USER",
});
return response;
}),