removed static ulr

This commit is contained in:
Ritikesh yadav
2024-05-09 13:05:07 +05:30
parent 4242bfac5e
commit dae960e451

View File

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