Skip to content

Commit

Permalink
github action CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-UPEC committed Feb 18, 2024
1 parent b904f94 commit 2038663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/java/com/asxms/PingPongController.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ record PingPong(String result){}

@GetMapping("/ping")
public PingPong getPingPong() {
// testing the CD workflow
// testing the CD workflow v2
return new PingPong("Pong");
};

Expand Down

0 comments on commit 2038663

Please sign in to comment.