This commit is contained in:
2024-03-07 22:27:41 +00:00
parent aeb359506d
commit 36035e1c4a

View File

@@ -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 {