From 6b46f7b265e2086e06629cd5d8d3f6f6ec517b8b Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 22 May 2014 02:50:55 +0200 Subject: increase starcount if starring --- js/app/Config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/app/Config.js') diff --git a/js/app/Config.js b/js/app/Config.js index d347415b9..17b823218 100644 --- a/js/app/Config.js +++ b/js/app/Config.js @@ -62,7 +62,7 @@ app.config(function ($routeProvider, $provide, $httpProvider) { let deferred = $q.defer(); $http({ - url: BASE_URL + '/items', + url: `${BASE_URL}/items`, method: 'GET', params: parameters }).success((data) => { -- cgit v1.2.3