yangc пре 7 година
родитељ
комит
ef5dc61550
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/webapp/resources/js/common/query/storeInfo.js

+ 1 - 1
src/main/webapp/resources/js/common/query/storeInfo.js

@@ -204,7 +204,7 @@ define([ 'ngResource' ], function() {
 				method: 'GET'
 			},
 			isPcb: {
-				url: '/api/store-service/ispcb',
+				url: 'api/store-service/ispcb',
 				method: 'GET'
 			}
         });