updated startdate

This commit is contained in:
Rahul_Nanda 2023-03-10 01:45:03 +05:30
parent 492d64d73e
commit 4fb635ac85

View file

@ -27,4 +27,9 @@ class WelcomeController {
return "welcome";
}
@GetMapping("/pete")
public String welcome() {
return "welcome Pete";
}
}