From 045a195366c03eb259669099a21adbf2c6754da1 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 27 Oct 2020 20:07:36 +0100 Subject: Enable CORS for non-local deployments This change enables CORS for non-local deployment in order to allow other domains to make requests from the browser to the OpenDC API. --- api/pytest.ini | 1 - 1 file changed, 1 deletion(-) (limited to 'api/pytest.ini') diff --git a/api/pytest.ini b/api/pytest.ini index 775a8ff4..8c28be16 100644 --- a/api/pytest.ini +++ b/api/pytest.ini @@ -2,4 +2,3 @@ env = OPENDC_FLASK_TESTING=True OPENDC_FLASK_SECRET=Secret - OPENDC_SERVER_BASE_URL=localhost -- cgit v1.2.3