This commit is contained in:
KoonQi 2023-09-06 04:20:14 +08:00
parent efc36c2e93
commit 49ae440d0a

View file

@ -33,7 +33,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
* @author Arjen Poutsma
*/
@Controller
class VetControlle {
class VetController {
private final VetRepository vetRepository;