@@ -218,7 +218,7 @@
function getLevelSecondCategory(){
var first = $('#data_parent_id').val();
$.ajax({
- url: "{{ U('User/Product/getSecondCategory') }}",
+ url: "{{ U('Album/Product/getSecondCategory') }}",
method: 'POST',
data: {
'cat_id':first,