Bläddra i källkod

Update list.js

Jose R Ortiz Ubarri 4 år sedan
förälder
incheckning
34696c4d84
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      static/list.js

+ 1
- 1
static/list.js Visa fil

@@ -26,7 +26,7 @@ list.controller('ListController', function ListController($http, $scope,tipo) {
26 26
 
27 27
       $http({
28 28
         method: 'GET',
29
-        url: '/list/' + tipo
29
+        url: '/list/' + tipo+"/"
30 30
       }).then(function successCallback(response) {
31 31
         // this callback will be called asynchronously
32 32
         // when the response is available