Skip to content

Commit 99198ea

Browse files
authored
Merge pull request #229 from OpenGeoscience/frontend-deploy
Update the frontend deployment config
2 parents f157ab8 + e4f69b0 commit 99198ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/django.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module "django" {
2121
OGR_GEOJSON_MAX_OBJ_SIZE = "500MB"
2222
}
2323
django_cors_origin_whitelist = [
24-
"www.geoinsight.kitware.com"
24+
"https://www.geoinsight.kitware.com"
2525
]
2626
}
2727

0 commit comments

Comments
 (0)