Skip to content

Commit

Permalink
Merge pull request #229 from EGA-archive/frontend
Browse files Browse the repository at this point in the history
Frontend
  • Loading branch information
Gemma Milla authored Oct 17, 2023
2 parents ce52287 + e8b17a2 commit f2b5b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function VariantsResults (props) {
requestParameters['aminoacidChange'] = props.aminoacid2
}
if (props.geneID !== '') {
requestParameters['geneId'] = props.geneID
requestParameters['gene'] = props.geneID
}
if (props.assemblyId !== '') {
requestParameters['assemblyId'] = props.assemblyId
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"API_URL": "https://beacon-apis-demo.ega-archive.org/api",
"API_URL": "localhost:5050/api",
"REDIRECT_URL": "please insert here your redirect URL",
"KEYCLOAK_URL": "https://beacon-network-demo2.ega-archive.org"

Expand Down

0 comments on commit f2b5b8a

Please sign in to comment.