Closes gh-5013
This commit is contained in:
Johnny Lim
2016-01-23 09:26:50 +09:00
committed by Stephane Nicoll
parent 4c1bb38878
commit 9a31e02806
4 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class LaunchVerficationController {
public class LaunchVerificationController {
@RequestMapping("/")
public String verifyLaunch() {