Skip to content

Commit

Permalink
fix: mock server
Browse files Browse the repository at this point in the history
  • Loading branch information
zce committed Dec 27, 2021
1 parent f111230 commit 6663965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install --force
- run: npm run lint
- run: npm run build
env:
NODE_ENV: production
Expand Down
2 changes: 1 addition & 1 deletion mock/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ app.use((req, res, next) => {

// endpoints
app.use('/auth', require('./auth').default)
app.use('/menus1', require('./menus').default)
app.use('/menus', require('./menus').default)
app.use('/users', require('./users').default)
app.use('/labs', require('./labs').default)

Expand Down

1 comment on commit 6663965

@vercel
Copy link

@vercel vercel bot commented on 6663965 Dec 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.