Skip to content
This repository was archived by the owner on Oct 15, 2022. It is now read-only.

Commit f9ffa75

Browse files
author
Jonathan Ling
committed
Change to post? 🤷
1 parent 32a76cf commit f9ffa75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (!process.env.WHITELIST) {
2222

2323
app.use(bodyParser.json())
2424

25-
app.get('/:appName', mWare.addHeaders, mWare.getResponse)
25+
app.post('/:appName', mWare.addHeaders, mWare.getResponse)
2626

2727
app.get('*', function(req, res, next) {
2828
res.json({

0 commit comments

Comments
 (0)