Skip to content

Commit 68b84b9

Browse files
authored
Merge pull request #28 from DevopsArtFactory/remove-testsecrets-id
remove testsecrets
2 parents f205e20 + 730a2f4 commit 68b84b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/example/demo/api/sample/controller/SampleController.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ public String getTerraform(){
3232
@GetMapping("/testSecrets")
3333
public String getValue() {
3434
StringBuilder returnMsg = new StringBuilder();
35-
returnMsg.append("ID :");
36-
returnMsg.append(sampleId);
3735
returnMsg.append("Password :");
3836
returnMsg.append(samplePassword);
3937
return returnMsg.toString();

0 commit comments

Comments
 (0)