repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
The Living OS cockpit
stars
latest
clone command
git clone gitlawb://did:key:z6Mku78K...XywC/living-os-cockp...git clone gitlawb://did:key:z6Mku78K.../living-os-cockp...59751530feat: surface worker supervisor health in live work6h ago| #2 | import { proxyBridgeRequest } from '@/lib/bridge-proxy'; |
| #3 |
| #4 | export const runtime = 'nodejs'; |
| #5 |
| #6 | export async function GET(req: NextRequest) { |
| #7 | return proxyBridgeRequest(req, '/mentra-auth'); |
| #8 | } |
| #9 |