Skip to content
Snippets Groups Projects
Commit 63885746 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Remove Endpoint.GCHANGE_API, as it is not part of the Duniter project

parent 037234bf
No related branches found
No related tags found
No related merge requests found
Pipeline #9544 passed
...@@ -41,9 +41,8 @@ public enum EndpointApi implements IEndpointApi { ...@@ -41,9 +41,8 @@ public enum EndpointApi implements IEndpointApi {
ES_USER_API(), ES_USER_API(),
ES_SUBSCRIPTION_API(), ES_SUBSCRIPTION_API(),
MONIT_API(), MONIT_API(),
UNDEFINED(), UNDEFINED()
// TODO: remove this ;
GCHANGE_API();
private static final Logger log = LoggerFactory.getLogger(EndpointApi.class); private static final Logger log = LoggerFactory.getLogger(EndpointApi.class);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment