janodvarko / harviewer

HAR Viewer is a web application that allows visualizing HTTP Archive logs (HARs)
http://www.softwareishard.com/blog/har-viewer/
1.04k stars 184 forks source link

Cannot GET / #138

Closed jish closed 6 years ago

jish commented 6 years ago

When I run npm start and open http://localhost:49001/ I see a message:

Cannot GET /

I now know from reading the Readme that I was supposed to go to http://localhost:49001/webapp/ instead.

What do you think about adding a message at http://localhost:49001/ instructing the user to navigate to http://localhost:49001/webapp/ ?

gitgrimbo commented 6 years ago

Hi, good idea.

Is this change enough do you think?

https://github.com/gitgrimbo/harviewer/commit/81fe57b54a7beedb2fd2dba2c01b61dd1e829d16

jish commented 6 years ago

Thanks! 🙇