Convert to exitNodeComm function

This commit is contained in:
Owen
2025-09-02 16:11:08 -07:00
parent 1f1c20d637
commit 35d070ad29
2 changed files with 7 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ import logger from "@server/logger";
import { ExitNode } from "@server/db";
interface ExitNodeRequest {
remoteType: string;
remoteType?: string;
localPath: string;
method?: "POST" | "DELETE" | "GET" | "PUT";
data?: any;