Merged UI and backend

This commit is contained in:
2018-05-13 05:47:21 +05:30
parent 4d04d02c8d
commit dae9b22bb2
6 changed files with 37 additions and 21 deletions

View File

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