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=4225e886657de33317678be61a9cfb0c6a88def6;hb=662cc613e80c4079fdf5a54ce3135652cb9ad9a1;hp=c441c17eb6c5eddb865ed2b340a9cfac8c7d399a;hpb=e4c536ef64c3646a70f914371d3ea696711f32c3;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 c441c17e..4225e886 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 @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * Copyright (C) 2019 AT&T Intellectual Property * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,6 @@ public abstract class DashboardConstants { } public static final String ENDPOINT_PREFIX = "/api"; - public static final String LOGIN_PAGE = "/login.html"; // Factor out method names used in multiple controllers public static final String VERSION_METHOD = "version"; public static final String APP_NAME_AC = "AC";