noydb/oworms-ui

View on GitHub
proxy.conf.json

Summary

Maintainability
Test Coverage
{
    "/api/*": {
        "target": "http://localhost:8080",
        "secure": false,
        "logLevel": "debug",
        "changeOrigin": true,
        "pathRewrite": {
            "^/api": ""
        }
    }
}