Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Add Better Output
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed Dec 5, 2018
1 parent 6723057 commit d805e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -59,7 +59,7 @@ app.use(async ctx => {

const url = ctx.path.slice(servePath.length) + '?' + ctx.querystring;

console.log(url);
console.log(`Proxy: ${url}`);

const response = await axios.get(url, {
responseType: 'stream'
Expand Down

0 comments on commit d805e38

Please sign in to comment.