iomega / paired-data-form

Linking mas spectra and genomic information to discover new chemistry
https://pairedomicsdata.bioinformatics.nl
Apache License 2.0
5 stars 4 forks source link

Deep link gives 404 #114

Closed sverhoeven closed 4 years ago

sverhoeven commented 4 years ago

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.

sverhoeven commented 4 years ago

Enabling cors in https://github.com/iomega/paired-data-form/commit/0576cb5e181fafcee29734bb9d969ed387963c6c broke it.

sverhoeven commented 4 years ago

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.