fix: rename vars

This commit is contained in:
Lakhan Samani
2021-08-02 23:03:40 +05:30
parent 66ac3caf8c
commit 3b7ca9c02d
12 changed files with 60 additions and 32 deletions

View File

@@ -22,8 +22,8 @@ func AppHandler() gin.HandlerFunc {
}
c.HTML(http.StatusOK, "app.tmpl", gin.H{
"data": map[string]string{
"domain": c.Request.Host,
"redirect_url": "http://localhost:8080/app",
"authorizerURL": c.Request.Host,
"redirect_url": "http://localhost:8080/app",
},
})
}