Module Routes
| Surface | Route |
|---|---|
| Marketing home | / |
| Connect Roblox | /connect |
| Dashboard | /dashboard |
| Settings | /settings |
| Account | /account |
| Team permissions | /workspace/permissions |
| Game overview | /games/[gameId] |
| Live Config | /games/[gameId]/modules/configurations |
| Jobs | /games/[gameId]/modules/jobs |
| Icon Automation | /games/[gameId]/modules/iconAutomation |
| Sign in | /sign-in |
| No permission | /no-permission |
API proxy
The frontend proxies backend calls through:
/api/backend/[...path]The backend is configured through ROCONTROL_INTERNAL_BACKEND_URL in production
containers and NEXT_PUBLIC_ROCONTROL_BACKEND_URL for public browser calls.