X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fapp-routing.module.ts;h=10f329e20ec04d0bdbb3fac1fc3e62a3115a78ee;hb=52d66fff0881226fe6ae0b1a2cd6c2c2e2837af4;hp=130703cec485c2802459842e4d58821913d8c002;hpb=19570d54903b181469ee2806043d562dadc1d804;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/app-routing.module.ts b/webapp-frontend/src/app/app-routing.module.ts index 130703ce..10f329e2 100644 --- a/webapp-frontend/src/app/app-routing.module.ts +++ b/webapp-frontend/src/app/app-routing.module.ts @@ -26,6 +26,7 @@ import { ControlComponent } from './control/control.component'; import { RANConnectionComponent } from './ran-connection/ran-connection.component'; import { StatsComponent } from './stats/stats.component'; import { AdminComponent } from './admin/admin.component'; +import { AcXappComponent } from './ac-xapp/ac-xapp.component'; import { AnrXappComponent } from './anr-xapp/anr-xapp.component'; const routes: Routes = [ @@ -36,6 +37,7 @@ const routes: Routes = [ {path: 'ran-connection', component: RANConnectionComponent}, {path: 'stats', component: StatsComponent}, {path: 'admin', component: AdminComponent}, + {path: 'ac', component: AcXappComponent}, {path: 'anr', component: AnrXappComponent}, ];