Skip to content

Commit

Permalink
Temporarily allow feature branch host
Browse files Browse the repository at this point in the history
  • Loading branch information
gzurowski committed May 31, 2024
1 parent fcdb38b commit 5b1cb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/researchhub/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"127.0.0.1", # localhost
"localhost",
"researchhub-web-researchhub.vercel.app",
"researchhub-web-git-point-to-new-staging-researchhub.vercel.app",
r"^https:\/\/(\w)*[-]*(researchhub+)([-](\w)*)*(.vercel.app){1}/",
r"https:\/\/(\w)*[-]*(researchhub+)([-](\w)*)*(.vercel.app){1}",
r"researchhub(-[0-9]?)\.ngrok\.io",
Expand Down

0 comments on commit 5b1cb76

Please sign in to comment.