Skip to content
Snippets Groups Projects

Revert "Update root-path to expose non-app endpoints for health check"

4 files
+ 36
44
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -34,7 +34,7 @@ import org.eclipsefoundation.wg.services.WorkingGroupsService;
*
* @author Martin Lowe, Zachary Sabourin
*/
@Path("")
@Path("working-groups")
@Produces(MediaType.APPLICATION_JSON)
@Consumes(MediaType.APPLICATION_JSON)
public class WorkingGroupsResource {
Loading