Ver código fonte

Update list.js

Jose R Ortiz Ubarri 4 anos atrás
pai
commit
34696c4d84
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      static/list.js

+ 1
- 1
static/list.js Ver arquivo

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