diff options
author | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-06 22:42:43 -0800 |
---|---|---|
committer | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-06 22:42:43 -0800 |
commit | 8138b5757bed1beb9c21f1e32a3fc9920e989f49 (patch) | |
tree | 729c9c358a06853418be5b00458ee9b0f36ffa49 /app.js | |
parent | c5835cbdbcfe3abda637e298a89b36ebb058c22a (diff) | |
parent | 783a5fbc270452148a6bcc92cb37469e6da349d7 (diff) |
Merge branch 'master' of github.com:dariusk/gathio into newmaster
Diffstat (limited to 'app.js')
-rwxr-xr-x | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ app.set('hbsInstance', hbsInstance); app.use(express.static('public')); // Router // - +app.use(bodyParser.json({ type: "application/activity+json" })); // support json encoded bodies app.use(bodyParser.urlencoded({ extended: true })); app.use('/', routes); |