Skip to content

Commit

Permalink
Add api url to allowed hosts (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley authored Dec 9, 2022
1 parent 06b4920 commit f88f0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapeworks_cloud/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ class ProductionConfiguration(ShapeworksCloudMixin, ProductionBaseConfiguration)


class HerokuProductionConfiguration(ShapeworksCloudMixin, HerokuProductionBaseConfiguration):
ALLOWED_HOSTS = ['shapeworks-cloud.herokuapp.com']
ALLOWED_HOSTS = ['shapeworks-cloud.herokuapp.com', 'app.shapeworks-cloud.org']

0 comments on commit f88f0e9

Please sign in to comment.