scratch-www/server/proxies.json
Ray Schamp e0d17005e4 Get session from scratchr2 via proxy
Cookies aren't shared across ports, so the proxy is necessary to share the session between scratchr2 and www.
2015-10-02 16:58:08 -04:00

9 lines
No EOL
131 B
JSON

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