logo

Crowdly

Browser

Add to Chrome

In Flask, we can use two Route URLs that has 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 use two Route URLs that has the same name

@app.route('/edit', methods=['GET','POST'])

def FirstEdit():

return 'First Edit'

@app.route('/edit', methods=['GET','POST'])

def SecondEdit():

return 'Second Edit'

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