'use strict';IoTService.config(["$routeProvider","$locationProvider",function(a,b){a.when("/login/",{templateUrl:"static/login.html",controller:"Login"}).when("/vfs/:hash",{templateUrl:"static/verificacion.html",controller:"Verificacion"}).otherwise({redirectTo:"/login/"});b.html5Mode(!1);b.hashPrefix("")}]);IoTService.config(["$httpProvider",function(a){a.interceptors.push("httpResponseInterceptor")}]);