Skip to content

Commit 176b570

Browse files
committed
api-server ci/cd 구축-62
1 parent cb4fbc0 commit 176b570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.demo.testController;
1+
package com.example.demo.global.aws;
22

33
import org.springframework.web.bind.annotation.GetMapping;
44
import org.springframework.web.bind.annotation.RestController;
@@ -7,4 +7,4 @@
77
public class HealthController {
88
@GetMapping("/health")
99
public String ok() { return "OK"; }
10-
}
10+
}

0 commit comments

Comments
 (0)