You've already forked go-template-container-webserver
variabilized app name
All checks were successful
Update Child Repos / update (push) Successful in 7s
All checks were successful
Update Child Repos / update (push) Successful in 7s
This commit is contained in:
@@ -20,7 +20,7 @@ func handleVersion(w http.ResponseWriter, r *http.Request) {
|
||||
// Return (write) the version to the response body
|
||||
tmpl.Execute(w, SiteInfo{
|
||||
CommitId: COMMIT_ID,
|
||||
Name: "YASKM",
|
||||
Name: ws.AppName,
|
||||
Version: APP_VERSION,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user