.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
@if (!string.IsNullOrWhiteSpace(apiResponse))
|
@if (!string.IsNullOrWhiteSpace(apiResponse))
|
||||||
{
|
{
|
||||||
<p class="text-2xl">Response from Azure Function API: @apiResponse</p>
|
<p class="text-xl">Response from Azure Function API: @apiResponse</p>
|
||||||
}
|
}
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
|
|||||||
Reference in New Issue
Block a user