scratch-www/server/proxies.json
Matthew Taylor 567067ce88 Make LanguageChooser isolated in funcitonality
and only set cookie client side, rather than using the post request
2015-10-16 11:01:40 -04:00

13 lines
223 B
JSON

[
{
"root": "/",
"paths": [
"/accounts/",
"/accounts/",
"/csrf_token/",
"/get_image/",
"/session/",
"/site-api/"
]
}
]