移除无用代码
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user