Skip to content

Commit

Permalink
feat: isolated the network layer creation logic
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Apr 16, 2022
1 parent 4e832a4 commit 607ff06
Show file tree
Hide file tree
Showing 4 changed files with 920 additions and 923 deletions.
1 change: 0 additions & 1 deletion example/express/src/network/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { Home, User } from './routes'
import { docs } from 'utils'

const routers = [User]

const applyRoutes = (app: Application): void => {
app.use('/', Home)
app.use('/api/docs', swaggerUi.serve, swaggerUi.setup(docs))
Expand Down
Loading

0 comments on commit 607ff06

Please sign in to comment.