Skip to content
Snippets Groups Projects
Commit b858991f authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Merge branch 'malowe/main/fix_endpoint' into 'main'

Fix mailing lists endpoint path

See merge request !5
parents 89560fee b012c4f0
No related branches found
No related tags found
1 merge request!5Fix mailing lists endpoint path
Pipeline #7867 canceled
...@@ -30,7 +30,7 @@ import org.jboss.resteasy.specimpl.MultivaluedMapImpl; ...@@ -30,7 +30,7 @@ import org.jboss.resteasy.specimpl.MultivaluedMapImpl;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
@Path("/mailing-list") @Path("/mailing_lists")
@Produces(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON)
public class MailingListsResource { public class MailingListsResource {
private static final Logger LOGGER = LoggerFactory.getLogger(MailingListsResource.class); private static final Logger LOGGER = LoggerFactory.getLogger(MailingListsResource.class);
......
...@@ -79,7 +79,7 @@ metadata: ...@@ -79,7 +79,7 @@ metadata:
haproxy.router.openshift.io/balance: roundrobin haproxy.router.openshift.io/balance: roundrobin
spec: spec:
host: "api.eclipse.org" host: "api.eclipse.org"
path: "/mailing-list" path: "/mailing_lists"
port: port:
targetPort: "http" targetPort: "http"
tls: tls:
......
...@@ -79,7 +79,7 @@ metadata: ...@@ -79,7 +79,7 @@ metadata:
haproxy.router.openshift.io/balance: roundrobin haproxy.router.openshift.io/balance: roundrobin
spec: spec:
host: "api-staging.eclipse.org" host: "api-staging.eclipse.org"
path: "/mailing-list" path: "/mailing_lists"
port: port:
targetPort: "http" targetPort: "http"
tls: tls:
......
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