chore: initial commit
This commit is contained in:
10
src/api/index.ts
Normal file
10
src/api/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export * from './system/user'
|
||||
export * from './system/auth'
|
||||
export * from './system/role'
|
||||
export * from './system/api'
|
||||
export * from './system/menu'
|
||||
export * from './system/file'
|
||||
|
||||
// blog
|
||||
export * from './blog/post'
|
||||
export * from './blog/category'
|
||||
Reference in New Issue
Block a user