From 59342c0eecfed90f0029a585c76a04a24bdbbfec Mon Sep 17 00:00:00 2001 From: waken Date: Thu, 9 Nov 2023 16:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E8=AF=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/WebApi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/WebApi.cpp b/server/WebApi.cpp index 88d5da70..1034ae4c 100755 --- a/server/WebApi.cpp +++ b/server/WebApi.cpp @@ -1182,7 +1182,7 @@ void installWebApi() { //回复json val["port"] = port; }); - api_regist("/media/api/openRtpServerMultiplex", [](API_ARGS_MAP) { + api_regist("/index/api/openRtpServerMultiplex", [](API_ARGS_MAP) { CHECK_SECRET(); CHECK_ARGS("port", "stream_id"); auto stream_id = allArgs["stream_id"];