Move the request log to be public

This commit is contained in:
Owen
2026-08-21 13:41:45 -04:00
parent 442cefda84
commit 59f286299e
5 changed files with 235 additions and 245 deletions
+1 -3
View File
@@ -18,12 +18,10 @@ import {
import { MessageHandler } from "@server/routers/ws";
import {
handleConnectionLogMessage,
handleRequestLogMessage
} from "#private/routers/newt";
export const messageHandlers: Record<string, MessageHandler> = {
"remoteExitNode/register": handleRemoteExitNodeRegisterMessage,
"remoteExitNode/ping": handleRemoteExitNodePingMessage,
"newt/access-log": handleConnectionLogMessage,
"newt/request-log": handleRequestLogMessage
};
;