react-code-dataset / spectrum /rules-alpha.json
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
{
"rules": [
{ "pathname": "/robots.txt", "dest": "robots.alpha.spectrum.chat" },
{ "pathname": "/api", "dest": "api.alpha.spectrum.chat" },
{ "pathname": "/api/**", "dest": "api.alpha.spectrum.chat" },
{ "pathname": "/auth", "dest": "api.alpha.spectrum.chat" },
{ "pathname": "/auth/**", "dest": "api.alpha.spectrum.chat" },
{ "pathname": "/websocket", "dest": "api.alpha.spectrum.chat" },
{ "pathname": "/websocket/**", "dest": "api.alpha.spectrum.chat" },
{ "dest": "hyperion.alpha.spectrum.chat" }
]
}