SistemaCTyP.config(["$routeProvider","$locationProvider",function(r,e){r.when("/login/",{templateUrl:"static/login.html",controller:"Login"}).when("/vfs/:hash",{templateUrl:"static/verificacion.html",controller:"Verificacion"}).when("/error/:error",{templateUrl:"static/error.html",controller:"Error"}).otherwise({redirectTo:"/login/"}),e.html5Mode(!1),e.hashPrefix("")}]),SistemaCTyP.config(["$httpProvider",function(r){r.interceptors.push("httpResponseInterceptor")}]);