Skip to content

Commit be33922

Browse files
Rolando Santamaria MasoRolando Santamaria Maso
authored andcommitted
removing unused route
1 parent 7614a08 commit be33922

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/smoke.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ describe('API Gateway', () => {
5858
remote.get('/qs', (req, res) => {
5959
res.send(req.query)
6060
})
61-
remote.get('/qs2', (req, res) => {
62-
res.send(req.query)
63-
})
6461

6562
await remote.start(3000)
6663
})

0 commit comments

Comments
 (0)