Newer
Older
Website / src / proxy.conf.json
@lukas lukas on 3 Apr 2022 90 bytes add login functionality
{
    "/api": {
        "target": "http://localhost:3000",
        "secure": false
    }
}