.../api/{id}/auth - работает =)

This commit is contained in:
lynxwq2
2025-11-27 20:43:12 +03:00
parent a3a43fe7a0
commit 4a22c9d466
3 changed files with 19 additions and 6 deletions

View File

@@ -15,4 +15,6 @@ public interface EmployeeService {
List<Employee> getAll();
Optional<Employee> getById(long id);
boolean isIdValid(long id);
}