Jose R Ortiz Ubarri před 5 roky
rodič
revize
34696c4d84
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      static/list.js

+ 1
- 1
static/list.js Zobrazit soubor

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