Skip to content

Commit

Permalink
♻️ refactor: refactor codebase #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Sep 3, 2024
1 parent 604ecde commit 049e1f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified libs/clarify4j-v1.0.0.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.suit4j.app.services.CommonService;
import org.clarify4j.common.annotation.ExecutorSince;
import org.clarify4j.common.annotation.SagaAuthHeader;
import org.clarify4j.common.annotation.SagaHeader;
import org.force4j.common.Force4j;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down Expand Up @@ -36,6 +37,7 @@ public CommonController(CommonService commonService) {
}

@SagaHeader
@SagaAuthHeader(value = "fixed-access-token", disabled = true)
@ExecutorSince
@PostMapping("/health")
public @ResponseBody ResponseEntity<?> inform(@Valid @RequestBody Object request) {
Expand Down

0 comments on commit 049e1f8

Please sign in to comment.