@page "/Points" @using UI_SequentMicrosystems.Components @using UI_SequentMicrosystems.Services @using UI_SequentMicrosystems.Models @inject PointsService _PointsService @inject RTD8TMService _RTD8TMService @inject NavigationManager Navigator Saved Points @code { protected override void OnInitialized() { //_RTD8TMService.SetAddress("http://10.250.251.131/"); _RTD8TMService.SetAddress(Navigator.BaseUri); } }