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