fixing changes

This commit is contained in:
Ritikesh yadav
2024-05-09 16:10:11 +05:30
parent dba6d81bf4
commit 05e2dbefe5

View File

@@ -334,7 +334,7 @@
function fetch_data(page, query, categories, assetType, geographicFocus) {
$.ajax({
type: 'get',
url: "primary-investment/fetch_data?page=" +
url: "/primary-investment/fetch_data?page=" +
page +
"&query=" + query + "&categories=" + categories + "&assetType=" +
assetType +