Skip to content

Commit 3b24bee

Browse files
committed
Update data url to fetch from production
1 parent f13721c commit 3b24bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/finance-grid/src/services/data.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const DATA_URL = "https://staging.infragistics.com/grid-examples-data/data/finance/finance.json";
1+
const DATA_URL = "https://www.infragistics.com/grid-examples-data/data/finance/finance.json";
22

33
class DataService {
44
public getFinanceData = async () => {

0 commit comments

Comments
 (0)