scratch-www/server/proxies.json
Ray Schamp 4b4482f1fe Allow logging in and out
On scratchr2, the /session/ endpoint also sets the csrf cookie to allow this.
2015-10-02 16:58:08 -04:00

11 lines
No EOL
196 B
JSON

[
{
"proxy": "http://localhost:8000",
"root": "/",
"paths": [
"/session/",
"/accounts/login/",
"/accounts/logout/"
]
}
]