ff65efb Add support for url ending with a trailing slash where we can

Authored and Committed by pingou 9 years ago
    Add support for url ending with a trailing slash where we can
    
    Where we can and want is:
    a) where the endpoint is GET and eventually POST
    b) where the endpoint does not rely on a path
    
    Note the URL with the trailing slash should be always declared before
    the URL without, otherwise flask will redirect one to the other instea
    of supporting both
    
        
file modified
+1 -0
file modified
+7 -0
file modified
+2 -0
file modified
+8 -0
file modified
+3 -0
file modified
+14 -0
file modified
+4 -0
file modified
+6 -0
file modified
+16 -0