Skip to content

Commit 891667c

Browse files
committed
style(CspController): add a forgotten comment about technical debt.
Should be in 6dcb3f4 commit. [skip ci]
1 parent eaacb4d commit 891667c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/ru/mystamps/web/feature/site/CspController.java

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
@Slf4j
2929
public class CspController {
3030

31+
// @todo #1058 /site/csp/reports: add integration tests
3132
@PostMapping(SiteUrl.CSP_REPORTS_HANDLER)
3233
@ResponseStatus(HttpStatus.NO_CONTENT)
3334
public void handleReport(@RequestBody String body) {

0 commit comments

Comments
 (0)