mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-03 12:29:14 +08:00
fix
This commit is contained in:
parent
4708ab0481
commit
bc3a8287a8
@ -84,10 +84,6 @@ public class RepositoryController extends BaseServerController {
|
||||
/**
|
||||
* load repository list
|
||||
*
|
||||
* <pre>
|
||||
* 此请求会分页列出数据,如需要不分页列出所有数据使用{@link #loadRepositoryListAll(HttpServletRequest request)}
|
||||
* </pre>
|
||||
*
|
||||
* @return json
|
||||
*/
|
||||
@PostMapping(value = "/build/repository/list")
|
||||
@ -100,10 +96,6 @@ public class RepositoryController extends BaseServerController {
|
||||
/**
|
||||
* load repository list
|
||||
*
|
||||
* <pre>
|
||||
* 此请求不进行分页列出所有数据,如需要分页使用{@link #loadRepositoryList()}
|
||||
* </pre>
|
||||
*
|
||||
* @return json
|
||||
*/
|
||||
@GetMapping(value = "/build/repository/get")
|
||||
|
Loading…
Reference in New Issue
Block a user