From 1e6df136d8202c8adf65948527f4c3e7583b338c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 4 Mar 2025 22:55:01 +0900 Subject: websocket to polling --- worker/index.mjs | 1 + 1 file changed, 1 insertion(+) (limited to 'worker/index.mjs') diff --git a/worker/index.mjs b/worker/index.mjs index 525fe63..9950ffa 100644 --- a/worker/index.mjs +++ b/worker/index.mjs @@ -27,6 +27,7 @@ const execPhp = (code, input, timeoutMsec) => { const app = new Hono(); app.post("/exec", async (c) => { + console.log("worker/exec"); const { code, stdin, max_duration_ms } = await c.req.json(); const result = await execPhp(code, stdin, max_duration_ms); return c.json(result); -- cgit v1.2.3-70-g09d2