File tree Expand file tree Collapse file tree
applications/sckanner/frontend/src Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 11export const SCKAN_ORDER_JSON_URL =
22 'https://raw.githubusercontent.com/smtifahim/SCKAN-Apps/refs/heads/master/sckan-explorer/json/sckanner-data/order.json' ;
33export 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
66export 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
99export 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
1212export const FILES = {
1313 POPULATION : 'POPULATION' ,
You can’t perform that action at this time.
0 commit comments