fix: endpoint behind api gateway
This commit is contained in:
parent
12a6186fc4
commit
577a413ffa
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue