Files @ b950b884ab87
Branch filter:

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

Marcin Kuzminski
auth decorators are not used anymore on __before__
- this will allow to create a whitelist of API enabled controller functions
- moved around functions with _ to beginning of the files to make it cleaner
//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}