Skip to content

Commit

Permalink
Applied changes to work through https servers
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianaSequeira committed Apr 15, 2021
1 parent 3e451e7 commit 57507f1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
16 changes: 11 additions & 5 deletions admin/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dcadmin",
"version": "0.1.0",
"private": true,
"api_url": "http://TOREPLACE/diseasecard/api" ,
"api_url": "https://TOREPLACE/diseasecard/api" ,
"homepage": "http://localhost:3000/diseasecard/admin/",
"dependencies": {
"@reduxjs/toolkit": "^1.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ diseasecard.prefixes.diseasecard=http://bioinformatics.ua.pt/diseasecard/resourc
# Sources
diseasecard.sources.hgnc=https://www.genenames.org/data/gene-symbol-report/#!/hgnc_id/HGNC:#replace#
diseasecard.sources.omim=https://omim.org/entry/#replace#
diseasecard.sources.uniprot=http://www.uniprot.org/uniprot/#replace#
diseasecard.sources.uniprot=https://www.uniprot.org/uniprot/#replace#
diseasecard.sources.ensembl=https://www.ensembl.org/Homo_sapiens/Gene/Summary?db=core;g=#replace#
diseasecard.sources.enzyme=https://enzyme.expasy.org/EC/#replace#
diseasecard.sources.pubmed=https://pubmed.ncbi.nlm.nih.gov/#replace#
diseasecard.sources.malacards=https://www.malacards.org/card/#replace#
diseasecard.sources.string=http://string-db.org/newstring_cgi/show_network_section.pl?identifier=#replace#
diseasecard.sources.string=https://string-db.org/newstring_cgi/show_network_section.pl?identifier=#replace#
diseasecard.sources.ncbi=https://www.ncbi.nlm.nih.gov/gene/?term=#replace#


Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "diseasecardapp",
"version": "0.1.0",
"private": true,
"api_url": "http://TOREPLACE/diseasecard/api" ,
"api_url": "https://TOREPLACE/diseasecard/api" ,
"homepage": "http://localhost:3000/diseasecard/",
"dependencies": {
"@amcharts/amcharts4": "^4.10.9",
Expand Down

0 comments on commit 57507f1

Please sign in to comment.