0
jhsanc created
- ABP Framework version: v7.1.1
- UI type: Blazor Wasm
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
I need know how I can do to get api URL from separated blazor wasm module, if I write this:
var apiURL = _configuration.GetValue<string>("RemoteServices:BaseUrl");
Return null, coz it's called in module not in root application:
I need get BaseURL of blazor root application appsettings.json but from a module:
1 Answer(s)
-
0
hi
I guess the name of the baseUrl should be
RemoteServices:Default:BaseUrl