From 09b72f89bb508504fb41b3954776283a139207a5 Mon Sep 17 00:00:00 2001 From: svkalinin Date: Thu, 11 Jul 2024 10:05:44 +0300 Subject: [PATCH] =?UTF-8?q?vault-wrap:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=88=D0=B0=D0=B1=D0=BB?= =?UTF-8?q?=D0=BE=D0=BD=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vault.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault.go b/vault.go index e38a997..7dcdf5d 100644 --- a/vault.go +++ b/vault.go @@ -149,7 +149,7 @@ func getStaticPage(w http.ResponseWriter, r *http.Request) { template := filepath.Join(TemplateDir, TemplateFile) // templateData.UUID = uuid - templateData.URL = ActionAddress + ":" + ListenPort + templateData.URL = ActionAddress templateData.TEXT = Data