.../api/{id}/auth - работает =)
This commit is contained in:
@@ -15,4 +15,6 @@ public interface EmployeeService {
|
||||
List<Employee> getAll();
|
||||
|
||||
Optional<Employee> getById(long id);
|
||||
|
||||
boolean isIdValid(long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user