logo

Crowdly

Browser

Add to Chrome

In flask, we can have two view functions with the same name. @app.route('/edit...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

In flask, we can have two view functions with the same name.

@app.route('/edit')

def show():

return 'edit post'

@app.route('/show')

def show():

return 'show post'

0%
0%
0%
More questions like this

Want instant access to all verified answers on softserve.academy?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome