Skip to content

Commit 7d23d4c

Browse files
committed
feat: json url 수정
1 parent 5d46e2a commit 7d23d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/chartpage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import getCategoryYearCompany from './charts/categoryYearCompany.js';
55
let data;
66
let lang = 'py';
77
let charts = [];
8-
const URL = 'https://algoview.co.kr/src/dummydata/chart_data.json'; // 임시 주소 연결
8+
const URL = 'https://algoview.co.kr/dataAnalysis/notebook/chart_data.json';
99

1010
function setCharts() {
1111
getCategoryLevelMethod([data, lang, charts]);

0 commit comments

Comments
 (0)