Selaa lähdekoodia

return kw with weight

David 9 vuotta sitten
vanhempi
commit
1543365ed3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      front/js/app.js

+ 1 - 1
front/js/app.js

@@ -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;
         },