X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=example-apps%2FROBO%2FRoboUI%2Fsrc%2Fapp%2Fdata-fetch%2Fdata-fetch.component.ts;fp=example-apps%2FROBO%2FRoboUI%2Fsrc%2Fapp%2Fdata-fetch%2Fdata-fetch.component.ts;h=205dbb750564c64210c0b0ffb9392c818fe0b458;hb=85ef2c5c9325797279cdcaf5cc7e58b0eacfcaaa;hp=a4cb262132e8577439a521fa16374c95bfd47f36;hpb=94d2caddb626e61a06ddeda9573386aa97d137c9;p=ealt-edge.git diff --git a/example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.ts b/example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.ts index a4cb262..205dbb7 100644 --- a/example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.ts +++ b/example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.ts @@ -25,8 +25,8 @@ export class DataFetchComponent implements OnInit { cameraColumns: string [] = ['cameraID','cameraLocation','cameraNumber','rtspUrl']; cameraDataSource = new MatTableDataSource(CAMERA_INFO_LIST); - SERVER_URL = "http://localhost:9996/v1/monitor/video"; - videoUploadForm: FormGroup; + SERVER_URL = "http://localhost:30092/v1/monitor/video"; + videoUploadForm: FormGroup; cameraDetailsForm: FormGroup; cameraData = {} as cameraData;