| { | |
| "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" } | |
| ] | |
| } | |