Skip to content

Commit

Permalink
cbioportal to production
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeboucas committed Oct 19, 2023
1 parent 3917c96 commit 5db8700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_PUBLIC_VIEWS = ['alphafold', 'rnaseq', "atacseq", "chipseq", "asplicing", "intronret", "irfinder", "circrna", "mirna", "sixteens", "varcal", "riboseq","gsea"] #, "cbioportal"]

if os.environ['FLASK_ENV'] != "development" :
_DEV_ROUTES=[ "agebot", "cbioportal" ] #"cbioportal",
_DEV_ROUTES=[ "agebot" ] #"cbioportal",
_PRIVATE_ROUTES = _PRIVATE_ROUTES + _DEV_ROUTES

_META_TAGS=[{'name':'title', 'property':'og:title', 'content':'flaski' },\
Expand Down

0 comments on commit 5db8700

Please sign in to comment.