首页接口重构
This commit is contained in:
@@ -13,8 +13,8 @@ import org.springframework.web.bind.annotation.ResponseBody;
|
||||
import java.util.List;
|
||||
|
||||
@Controller
|
||||
@RequestMapping(value = "${adminPath}/docker/myAccount")
|
||||
public class myAccountController {
|
||||
@RequestMapping(value = "${adminPath}/docker/myContainer")
|
||||
public class myContainerController {
|
||||
|
||||
@Resource
|
||||
private MySftpAccountsDao mySftpAccountsDao;
|
||||
Reference in New Issue
Block a user