Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
desparate times
  • Loading branch information
mmahalwy committed Nov 20, 2016
commit 3710f80b35f3a53c99680990d6eb60738f086f2a
1 change: 1 addition & 0 deletions src/server/config/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default function(server) {
server.use(logger('dev'));
// Must be first thing. See: https://github.com/nodejitsu/node-http-proxy/issues/180#issuecomment-3677221
server.use('/onequran', (req, res) => {
console.log(req);
proxyOneQuran.web(req, res);
});

Expand Down