Friday 9 June 2017

Node.js logs a route that is not listed anywhere

I am taking a course about Node.js and Angular. I have only two routes registered on Nodejs. All paths that I access is logged at the console screen.

The thing is, I am getting two lines of a log that is NOT in my code, and it seems really strange:

GET /user_avatar/localhost/esqueleto/40/1246_1.png 200 5.748 ms - 462 GET /user_avatar/localhost/cristianonasciment/40/3720_1.png 200 7.032 ms - 462

As I don't have these routes (or directories) here in my development laptop, does anyone would know what the hell is going on?

Thank you very much.



via Gustavo Sooeiro

No comments:

Post a Comment