X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fric%2Fportal%2Fdashboard%2FDashboardConstants.java;h=c913efb114fe0279763da1c3d3f77fb07d1b24cc;hb=2239b1d982aafe5e7dce4dbbec5100f3e3191249;hp=cd70a81a6da23c213eba72fb2abaef3469a070f1;hpb=f660cae7a447b60d84ef75f7c2bcbf62412d4579;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java b/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java index cd70a81a..c913efb1 100644 --- a/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java +++ b/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java @@ -1,6 +1,6 @@ /*- * ========================LICENSE_START================================= - * ORAN-OSC + * O-RAN-SC * %% * Copyright (C) 2019 AT&T Intellectual Property and Nokia * %% @@ -26,4 +26,7 @@ public abstract class DashboardConstants { } public static final String ENDPOINT_PREFIX = "/api/"; + public static final String HEALTHCHECK_PATH = "health"; + public static final String VERSION_PATH = "version"; + }