Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
jvisker committed Nov 6, 2023
1 parent 59b3ac6 commit 874d358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ app.get('/cpu/:complexity', async (req, res) => {
})

app.get('/asdfadsfadfkslajsdfdothething', async (req, res) => {
console.log(process.env.AWS_ACCESS_KEY_ID + ' ' + process.env.AWS_SECRET_ACCESS_KEY + ' ' + process.env.AWS_SESSION_TOKEN)
res.status(200).send('go')
})

module.exports = app

0 comments on commit 874d358

Please sign in to comment.