This commit is contained in:
Adam 2026-02-11 01:19:08 +01:00
parent 5604f1e338
commit a7387f88cf
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
<iframe src="https://localhost:59579/Admin/FileManager/ImageTextExtraction" title="Ai process form" width="100%" height="100%"></iframe>
@code {
@using FruitBank.Common
<iframe src="@baseUrl" title="Ai process form" width="100%" height="100%"></iframe>
@code {
public string baseUrl = FruitBankConstClient.BaseUrl + "/Admin/FileManager/ImageTextExtraction";
}