Refactoring
This commit is contained in:
parent
0019106398
commit
501c0cd768
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
func handleProfile(w http.ResponseWriter, r *http.Request) {
|
||||
templateProfile := getTemplate("profile.html")
|
||||
templateProfile := getTemplate("user.html")
|
||||
|
||||
login := checkLogin(w, r)
|
||||
if login == nil {
|
||||
|
|
Loading…
Reference in a new issue