testing the systemd works
All checks were successful
Build Org Backend / build (push) Successful in 12s

This commit is contained in:
2026-05-09 00:12:15 +01:00
parent 8077a1a94e
commit efd096bb9a

View File

@@ -39,7 +39,7 @@ public class NotesController {
}
@Operation(
summary = "Create a note",
summary = "Create a note object",
description = "Creates a new note"
)
@ApiResponses(value = {