We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21db8ca commit 8356ab9Copy full SHA for 8356ab9
packages/server/src/index.js
@@ -13,7 +13,7 @@ app.use(bodyParser.urlencoded({ extended: true }))
13
app.use(bodyParser.json())
14
15
app.get('/', (req, res) => {
16
- res.send({ 'test': '456' })
+ res.send({ 'test': '123' })
17
})
18
19
const port = process.env.PORT || 3000
0 commit comments