remove unnecessary comment

This commit is contained in:
akuksin
2020-02-25 21:58:33 +01:00
parent ffa9ac6d5e
commit 8c34f22b7e

View File

@@ -8,7 +8,6 @@ import java.util.Set;
@RestController
public class CarResources {
// we use this endpoint as authentication test
@GetMapping("/cars")
public Set<Car> cars() {
return Set.of(