Skip to content

Commit

Permalink
chore: 移除 lsf 中用户登陆注册接口(已使用内置云函数代替)
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Jun 21, 2021
1 parent e02aa5e commit fe4b906
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 153 deletions.
2 changes: 0 additions & 2 deletions src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ import { AdminEntryRouter } from './entry/admin'
import { AppEntryRouter } from './entry/app'
import { FileRouter } from './file/index'
import { FunctionRouter } from './function/index'
import { UserRouter } from './user/index'

export const router = Router()

router.use('/admin', AdminEntryRouter)
router.use('/admin', AdminRouter)

router.use('/app', AppEntryRouter)
router.use('/app', UserRouter)

router.use('/file', FileRouter)
router.use('/func', FunctionRouter)
8 changes: 0 additions & 8 deletions src/router/user/index.ts

This file was deleted.

65 changes: 0 additions & 65 deletions src/router/user/login.ts

This file was deleted.

78 changes: 0 additions & 78 deletions src/router/user/register.ts

This file was deleted.

0 comments on commit fe4b906

Please sign in to comment.