summaryrefslogtreecommitdiff
path: root/api/pytest.ini
AgeCommit message (Collapse)Author
2020-10-27Enable CORS for non-local deploymentsFabian Mastenbroek
This change enables CORS for non-local deployment in order to allow other domains to make requests from the browser to the OpenDC API.
2020-08-24Rename web-server to APIFabian Mastenbroek
This change renames the web-server component to API in order to be more descriptive of its role. The OpenDC API bridges between the frontend on one side and the database and simulator on the other side.