Files @ fe012b7df29d
Branch filter:

Location: kallithea/rhodecode/public/js/pyroutes_map.js

Marcin Kuzminski
missing files or bad files revisions should return 404s not redirects - ref #808
//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}