This is an automated email from the ASF dual-hosted git repository.
bhliva pushed a commit to branch feature/projects
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/feature/projects by this push:
new 5a162b5 DLAB-000 fixed bug connected with get endpoints API
5a162b5 is described below
commit 5a162b5ff335187e6b8b8f2c7905b520baf186b7
Author: bhliva <[email protected]>
AuthorDate: Mon May 27 14:05:49 2019 +0300
DLAB-000 fixed bug connected with get endpoints API
---
.../java/com/epam/dlab/backendapi/service/impl/EndpointServiceImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/services/self-service/src/main/java/com/epam/dlab/backendapi/service/impl/EndpointServiceImpl.java
b/services/self-service/src/main/java/com/epam/dlab/backendapi/service/impl/EndpointServiceImpl.java
index 564427e..47377cd 100644
---
a/services/self-service/src/main/java/com/epam/dlab/backendapi/service/impl/EndpointServiceImpl.java
+++
b/services/self-service/src/main/java/com/epam/dlab/backendapi/service/impl/EndpointServiceImpl.java
@@ -19,7 +19,7 @@ public class EndpointServiceImpl implements EndpointService {
@Override
public List<EndpointDTO> getEndpoints() {
- return null;
+ return endpointDAO.getEndpoints();
}
@Override
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]