Skip to content

Commit

Permalink
Add request logging to style builder
Browse files Browse the repository at this point in the history
  • Loading branch information
janslifka committed Nov 29, 2022
1 parent 732d672 commit 4e66ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions wizard-style-builder/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if (process.env.NODE_ENV === 'production') {
app.use(express.json())

app.post('/simple', (req, res) => {
console.log('Request', JSON.stringify(req.body))
let tempDir
core.createTempDir()
.then((folder) => tempDir = folder)
Expand Down
2 changes: 1 addition & 1 deletion wizard-style-builder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e66ee8

Please sign in to comment.