aboutsummaryrefslogtreecommitdiff
path: root/Backend/Api
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-11-11 18:38:51 +0100
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-11-11 18:38:51 +0100
commita2e36b576eac1f3f7ef6ec185abbb6a7203e0d08 (patch)
tree94875e0ccb1c5ce4ca463853d880585f594f53e7 /Backend/Api
parentaaee5ab32293a6f760df745120cb04c2743f8ef2 (diff)
Ispravljena stranica za preuzimanje apk.
Diffstat (limited to 'Backend/Api')
-rw-r--r--Backend/Api/Api/Assets/appDownload.html2
-rw-r--r--Backend/Api/Api/Controllers/appController.cs2
2 files changed, 1 insertions, 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 @@
<html>
<head>
<meta charset="utf-8" />
- <title>Verification Successful</title>
+ <title>Preuzimanje apk</title>
</head>
<body style="background-color:black;">
<div style="background-image: linear-gradient(to bottom right,#7CC0DA,#093A4C); margin: auto; width: 50%;margin-bottom:100px;">
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");
}