Skip to content

Commit 5ce96cf

Browse files
committed
migrating urls to fahim repo
1 parent d3af0df commit 5ce96cf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

applications/sckanner/frontend/src/services/fetchService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const fetchEndorgansOrder = async (): Promise<
5252
> => {
5353
try {
5454
return await fetchData<Record<string, string[]>>(
55-
'https://raw.githubusercontent.com/ddelpiano/SCKAN-Apps/refs/heads/master/sckan-explorer/json/sckanner-data/hierarchy/endorgansHierarchy.json',
55+
'https://raw.githubusercontent.com/smtifahim/SCKAN-Apps/refs/heads/master/sckan-explorer/json/sckanner-data/hierarchy/endorgansHierarchy.json',
5656
);
5757
} catch (error) {
5858
throw new Error(

applications/sckanner/frontend/src/settings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
export const SCKAN_ORDER_JSON_URL =
22
'https://raw.githubusercontent.com/smtifahim/SCKAN-Apps/refs/heads/master/sckan-explorer/json/sckanner-data/order.json';
33
export const SCKAN_MAJOR_NERVES_JSON_URL =
4-
'https://raw.githubusercontent.com/smtifahim/SCKAN-Apps/master/sckan-explorer/json/major-nerves.json';
4+
'https://raw.githubusercontent.com/smtifahim/SCKAN-Apps/refs/heads/master/sckan-explorer/json/major-nerves.json';
55

66
export const SCKAN_DATABASE_SUMMARY_URL_LATEST =
77
'https://raw.githubusercontent.com/smtifahim/SCKAN-Apps/refs/heads/master/sckan-explorer/json/sckanner-data/stats/sckan-version-2024-09-21/';
88

99
export const SCKAN_DATABASE_SUMMARY_URL_PREVIOUS =
10-
'https://raw.githubusercontent.com/smtifahim/SCKAN-Apps/master/sckan-explorer/json/sckan-stats/sckan-version-2024-03-04/';
10+
'https://raw.githubusercontent.com/smtifahim/SCKAN-Apps/refs/heads/master/sckan-explorer/json/sckanner-data/stats/prod/';
1111

1212
export const FILES = {
1313
POPULATION: 'POPULATION',

0 commit comments

Comments
 (0)