dimanche 23 août 2020

How to pass a full sentence or a paragraph as route parameter in python flask?

How to pass a paragraph as route parameter in flask? I tried:

@route('/<string:para>')
def hello(para):
   return para

NB: I am using vanilla flask and not restful




Aucun commentaire:

Enregistrer un commentaire