Commit bfca7dde authored by zhangyingbin's avatar zhangyingbin

修改监管controller路径

parent 72c53c28
...@@ -22,7 +22,7 @@ import java.util.List; ...@@ -22,7 +22,7 @@ import java.util.List;
* @author Zhang Yingbin * @author Zhang Yingbin
*/ */
@RestController @RestController
@RequestMapping(value = "/supervise") @RequestMapping(value = "/supervision")
@Api(tags = "Supervise-监管业务数据接入") @Api(tags = "Supervise-监管业务数据接入")
public class SuperviseController { public class SuperviseController {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment