This commit is contained in:
2021-09-16 15:56:59 +08:00
commit d9ea8630df
29 changed files with 9807 additions and 0 deletions

5
src/api/index.ts Normal file
View File

@@ -0,0 +1,5 @@
import auth from '@/config/interfaces/auth'
export {
auth
}