移除无用代码

This commit is contained in:
648540858
2023-07-31 12:26:42 +08:00
parent 59d8f2f915
commit 095a3e1384
4 changed files with 13 additions and 13 deletions

View File

@@ -266,12 +266,4 @@ public class ServerController {
return result;
}
@PostMapping(value = "/test/getPort")
@ResponseBody
public int getPort() {
int result = sendRtpPortManager.getNextPort(mediaServerService.getDefaultMediaServer());
System.out.println(result);
return result;
}
}