vault-wrap: исправление шаблона.
This commit is contained in:
parent
de8dc18eff
commit
09b72f89bb
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user