소스 검색

Update list.js

부모
커밋
34696c4d84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      static/list.js

+ 1
- 1
static/list.js 파일 보기

@@ -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