mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-18 16:13:44 +08:00
fix error async
This commit is contained in:
@@ -4,7 +4,7 @@ import { http, HttpResponse } from "msw";
|
||||
export default [
|
||||
http.post("/ai/chat", () => {
|
||||
const response = HttpResponse.json({
|
||||
message: faker.lorem.sentence(1000),
|
||||
message: faker.lorem.sentence({ min: 100, max: 300 }),
|
||||
});
|
||||
return response;
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user