Skip to content

Commit

Permalink
[Bug]Fix openapi bug (DataLinkDC#3412)
Browse files Browse the repository at this point in the history
Co-authored-by: gaoyan1998 <[email protected]>
  • Loading branch information
gaoyan1998 and gaoyan1998 authored Apr 18, 2024
1 parent 3a88193 commit 7b08828
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@

import com.fasterxml.jackson.databind.node.ObjectNode;

import cn.dev33.satoken.annotation.SaCheckLogin;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiOperation;
Expand All @@ -63,7 +62,6 @@
@Api(tags = "OpenAPI & Task API Controller")
@RequestMapping("/openapi")
@RequiredArgsConstructor
@SaCheckLogin
public class APIController {

private final TaskService taskService;
Expand Down

0 comments on commit 7b08828

Please sign in to comment.