Skip to content

Commit cedbacc

Browse files
committed
chore: Update the mock delay time
1 parent b7d9e90 commit cedbacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock/modules/prose.mock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import proses from '../data'
44

55
export default defineMock({
66
url: '/api/project/prose',
7-
delay: 300,
7+
delay: 100,
88
body: () => {
99
const prose = proses.value[Math.floor(Math.random() * 8)]
1010
return {

0 commit comments

Comments
 (0)