We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13721c commit 3b24beeCopy full SHA for 3b24bee
projects/finance-grid/src/services/data.service.ts
@@ -1,4 +1,4 @@
1
-const DATA_URL = "https://staging.infragistics.com/grid-examples-data/data/finance/finance.json";
+const DATA_URL = "https://www.infragistics.com/grid-examples-data/data/finance/finance.json";
2
3
class DataService {
4
public getFinanceData = async () => {
0 commit comments