From a2e36b576eac1f3f7ef6ec185abbb6a7203e0d08 Mon Sep 17 00:00:00 2001 From: Ognjen Cirkovic Date: Fri, 11 Nov 2022 18:38:51 +0100 Subject: Ispravljena stranica za preuzimanje apk. --- Backend/Api/Api/Assets/appDownload.html | 2 +- Backend/Api/Api/Controllers/appController.cs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Backend/Api/Api/Assets/appDownload.html b/Backend/Api/Api/Assets/appDownload.html index 0d18e98..110ddf8 100644 --- a/Backend/Api/Api/Assets/appDownload.html +++ b/Backend/Api/Api/Assets/appDownload.html @@ -2,7 +2,7 @@ - Verification Successful + Preuzimanje apk
diff --git a/Backend/Api/Api/Controllers/appController.cs b/Backend/Api/Api/Controllers/appController.cs index ed83231..30c7e33 100644 --- a/Backend/Api/Api/Controllers/appController.cs +++ b/Backend/Api/Api/Controllers/appController.cs @@ -33,8 +33,6 @@ namespace Api.Controllers { var html = await System.IO.File.ReadAllTextAsync(@"./Assets/appDownload.html"); - html = html.Replace("{{name}}", "test"); - return base.Content(html, "text/html"); } -- cgit v1.2.3