reformat TodosController
This commit is contained in:
parent
1a60cdbf0d
commit
31ab20f33e
@ -40,7 +40,6 @@ public class TodosController {
|
||||
@GetMapping(value = {"/name"},produces = DEFAULT_MEDIA_TYPE)
|
||||
public List<String> findAllName(){
|
||||
return List.of("Hello", "World");
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -89,5 +88,4 @@ public class TodosController {
|
||||
service.delete(id);
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user