chore: upgrade to vite3
This commit is contained in:
5
mock/api/index.js
Normal file
5
mock/api/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import auth from './auth'
|
||||
import user from './user'
|
||||
import post from './post'
|
||||
|
||||
export default [...auth, ...user, ...post]
|
||||
Reference in New Issue
Block a user