@@ -186,7 +186,7 @@ app.controller('main', function($scope,$http,$sce) {
app.controller('keywords', function($scope,$http,$location) {
$scope.keywords=[];
- $http.get("/pymnts/keywords").then(
+ $http.get("/pymnts/keywordsw").then(
function(data){
$scope.keywords = data;
},