Support of selecting RIC in dashboard
[nonrtric.git] / dashboard / webapp-backend / src / main / java / org / oransc / ric / portal / dashboard / controller / Html5PathsController.java
index ed2e905..7fb6e67 100644 (file)
@@ -3,6 +3,7 @@
  * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property
+ * Modifications Copyright (C) 2019 Nordix Foundation
  * %%
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -56,7 +57,7 @@ public class Html5PathsController {
         *                         On error
         */
        @RequestMapping(method = { RequestMethod.OPTIONS, RequestMethod.GET }, //
-                       path = { "/catalog", "/control", "/stats", "/user" })
+                       path = { "/policy", "/user" })
        public void forwardAngularRoutes(HttpServletRequest request, HttpServletResponse response) throws IOException {
                URL url = new URL(request.getScheme(), request.getServerName(), request.getServerPort(), "/index.html");
                if (logger.isDebugEnabled())