Skip to content

Commit 096c75e

Browse files
authored
Merge pull request #30 from DiseaseTranscriptomicsLab/add/betAS-shortcut
Add redirect to betAS app
2 parents 381b2df + 877599c commit 096c75e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nginx/location_apps.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ location = /cTRAP { return 307 /app/cTRAP; }
1111
location = /ctrap { return 307 /app/cTRAP; }
1212
location = /voyAGEr { return 307 /app/voyAGEr; }
1313
location = /voyager { return 307 /app/voyAGEr; }
14+
location = /betas { return 307 /app/betAS; }
15+
location = /betAS { return 307 /app/betAS; }

0 commit comments

Comments
 (0)