Ex51 cant get html form

i typed all the code in and cant find any bugs but i keep getting error

Not Found

The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

please help

what was the address you typed?

1 Like

@chrishadfield localhost:5000

i made the same mistake :slight_smile:

in exercise 50 there is this line

@app.route('/')

so when you run the app your page address is

localhost:5000/

in exercise 51 this changes to

@app.route('/hello')

What is the new page address after the above change?

2 Likes

thank you soooo much!!!

1 Like