fix: endpoint behind api gateway

This commit is contained in:
Methapon2001 2025-09-02 16:18:48 +07:00
parent 12a6186fc4
commit 577a413ffa

View file

@ -1,7 +1,7 @@
import { Body, Controller, Post, Route } from "tsoa";
import { sendWebSocket } from "../services/webSocket";
@Route("/api/v1/through-socket")
@Route("/api/v1/org/through-socket")
export class SocketController extends Controller {
@Post("notify")
async notify(