Skip to content

Commit

Permalink
Merge pull request #229 from SonicCloudOrg/dev
Browse files Browse the repository at this point in the history
rc
  • Loading branch information
ZhouYixun authored Jul 1, 2022
2 parents 4446325 + 43e865e commit fa156d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import javax.websocket.Session;


@Api(tags = "设备管理相关")
@Api(tags = "调度相关")
@RestController
@RequestMapping("/exchange")
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package org.cloud.sonic.controller.controller;

import org.cloud.sonic.common.config.WebAspect;
import org.cloud.sonic.common.config.WhiteUrl;
import org.cloud.sonic.common.exception.SonicException;
import org.cloud.sonic.common.http.RespEnum;
import org.cloud.sonic.common.http.RespModel;
Expand Down Expand Up @@ -56,6 +57,7 @@ public RespModel<String> save(@Validated @RequestBody ProjectsDTO projects) {
}

@WebAspect
@WhiteUrl
@ApiOperation(value = "查找所有项目", notes = "查找所有项目列表")
@GetMapping("/list")
public RespModel<List<ProjectsDTO>> findAll() {
Expand Down

0 comments on commit fa156d3

Please sign in to comment.