Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

fix: directory location in the server.js file #719

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open

fix: directory location in the server.js file #719

wants to merge 1 commit into from

Conversation

n8finch
Copy link

@n8finch n8finch commented Jul 31, 2016

Hi Addy, this is my first pull request on GitHub, so I hope I'm doing this right. Please let me know if I need to fix something.

There was a small bug with directory location in the server.js file in the Book Library app in this chapter.

The main issue was when I (and at least one other person) I typed out the code for the server.js file in my application, I got an error in the window: Cannot GET / . Also in the dev tools, http://localhost:4711/ returns a 404 Not Found.

Removing the .. from these lines fixes the issue.

More information can be seen on this issue: #716

There was a small bug with directory location in the server.js file in the Book Library app in this chapter. 

The main issue was when I (and at least one other person) I typed out the code for the `server.js` file in my application, I got an error in the window: Cannot GET / . Also in the dev tools, http://localhost:4711/ returns a 404 Not Found. 

Removing the `..` from these lines fixes the issue. 

More information can be seen on this issue: #716
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant