For some reason, the CORS middleware was not correctly inserted for some routes. @CDuPlooy noticed this on the fronted when he tried to access http://localhost:8080/docker/networks:
This pull request moves the CORS middleware outside the docker/ endpoint to the global routes.
For some reason, the CORS middleware was not correctly inserted for some routes. @CDuPlooy noticed this on the fronted when he tried to access
http://localhost:8080/docker/networks
:This pull request moves the CORS middleware outside the
docker/
endpoint to the global routes.