Add AC controller with get/put policy methods
[portal/ric-dashboard.git] / webapp-backend / src / main / java / org / oransc / ric / portal / dashboard / DashboardConstants.java
index e73f697..c913efb 100644 (file)
@@ -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";
+
 }