emmett
emmett copied to clipboard
Allow float params in routes to be negative
Hi @gi0baro
Routes with negative float values do not work as expected.
@foo.route('/a//<float:lat>')
def a(lat):
/foo/a/-30.5
Jose