vault-wrap: исправление шаблона.
This commit is contained in:
2
vault.go
2
vault.go
@@ -149,7 +149,7 @@ func getStaticPage(w http.ResponseWriter, r *http.Request) {
|
|||||||
template := filepath.Join(TemplateDir, TemplateFile)
|
template := filepath.Join(TemplateDir, TemplateFile)
|
||||||
|
|
||||||
// templateData.UUID = uuid
|
// templateData.UUID = uuid
|
||||||
templateData.URL = ActionAddress + ":" + ListenPort
|
templateData.URL = ActionAddress
|
||||||
|
|
||||||
templateData.TEXT = Data
|
templateData.TEXT = Data
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user