Closed sverhoeven closed 4 years ago
Enabling cors in https://github.com/iomega/paired-data-form/commit/0576cb5e181fafcee29734bb9d969ed387963c6c broke it.
CORS commit has been reverted. As it was required when the Swagger UI was using full urls, but now it's using just absolute paths like /schema.json
so it's no longer needed.
I started application with
docker-compose up -d --build
. Visiting http://localhost:8443/projects gives a 404 not found error instead of showing the list of projects.