增加音视频业务控制层
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.nis.web.controller.configuration.ntc;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
/**
|
||||
* 处理音视频业务
|
||||
* @author zhangwei
|
||||
*
|
||||
*/
|
||||
@Controller
|
||||
@RequestMapping("${adminPath}/ntc/av")
|
||||
public class AvController {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user