From 6fab5dba7838a8284bfe99965f2a9fe5c9648634 Mon Sep 17 00:00:00 2001 From: "jessdtate@gmail.com" Date: Wed, 29 May 2024 11:18:10 -0600 Subject: [PATCH] updating url again --- shapeworks_cloud/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapeworks_cloud/settings.py b/shapeworks_cloud/settings.py index dccbd445..8807ae2a 100644 --- a/shapeworks_cloud/settings.py +++ b/shapeworks_cloud/settings.py @@ -64,5 +64,5 @@ class ProductionConfiguration(ShapeworksCloudMixin, ProductionBaseConfiguration) class HerokuProductionConfiguration(ShapeworksCloudMixin, HerokuProductionBaseConfiguration): # ALLOWED_HOSTS = ['shapeworks-cloud.herokuapp.com', 'app.shapeworks-cloud.org'] - LOGIN_REDIRECT_URL = 'shapeworks-cloud.sci.utah.edu' + LOGIN_REDIRECT_URL = 'shapeworks-cloud.org' pass