beaucarnes / fcc-project-tutorials

freeCodeCamp video project tutorials.
290 stars 416 forks source link

[Postman]: ERR #16

Closed ctkqiang closed 5 years ago

ctkqiang commented 5 years ago

In Postman It shows:

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Error</title>
    </head>
    <body>
        <pre>Cannot POST /notes</pre>
    </body>
</html>

Instead of

"Hello"

In browser : -

"Cannot GET /notes"

Any Idea, what is wrong, where is wrong? :)

ctkqiang commented 5 years ago

I reinstalled node. Solved.