feat(web): /api/box status, lifecycle, tree, file, terminal-token routes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { proxyBox, withBox } from '@/lib/agent-worker-proxy';
|
||||
|
||||
export const GET = async () =>
|
||||
await withBox(
|
||||
async (username) => await proxyBox(username, 'status', { method: 'GET' }),
|
||||
);
|
||||
Reference in New Issue
Block a user