This commit is contained in:
2018-05-12 04:47:40 +05:30
parent 5a4285bbe7
commit 639ada1c9d
25 changed files with 136 additions and 135 deletions

View File

@@ -6,5 +6,5 @@ angular.module('ngSocial', [
'ngSocial.facebook'
]).
config(['$routeProvider', function($routeProvider) {
$routeProvider.otherwise({redirectTo: '/facebook'});
$routeProvider.otherwise({redirectTo: '/login'});
}]);