Minor typos (#25140)
This commit is contained in:
parent
faf1d80af1
commit
f2c3c11a2d
|
|
@ -37,7 +37,7 @@ namespace ComponentsWebAssembly_CSharp.Server.Controllers
|
||||||
|
|
||||||
private readonly ILogger<WeatherForecastController> _logger;
|
private readonly ILogger<WeatherForecastController> _logger;
|
||||||
|
|
||||||
// The Web API will only accept tokens 1) for users, and 2) having the access_as_user scope for this API
|
// The Web API will only accept tokens 1) for users, and 2) having the api-scope scope for this API
|
||||||
static readonly string[] scopeRequiredByApi = new string[] { "api-scope" };
|
static readonly string[] scopeRequiredByApi = new string[] { "api-scope" };
|
||||||
|
|
||||||
#if (GenerateApi)
|
#if (GenerateApi)
|
||||||
|
|
@ -75,7 +75,7 @@ namespace ComponentsWebAssembly_CSharp.Server.Controllers
|
||||||
{
|
{
|
||||||
_logger = logger;
|
_logger = logger;
|
||||||
_graphServiceClient = graphServiceClient;
|
_graphServiceClient = graphServiceClient;
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet]
|
[HttpGet]
|
||||||
public async Task<IEnumerable<WeatherForecast>> Get()
|
public async Task<IEnumerable<WeatherForecast>> Get()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue