Put again the /ssh /age /gpg endpoints without end /
This commit is contained in:
@@ -7,10 +7,15 @@ import (
|
||||
)
|
||||
|
||||
func InitHttpHandlers() {
|
||||
http.HandleFunc("/keys", keysPage)
|
||||
http.HandleFunc("/keys/", keysPage)
|
||||
http.HandleFunc("/ssh", sshKey)
|
||||
http.HandleFunc("/ssh/", sshKey)
|
||||
http.HandleFunc("/age", ageKey)
|
||||
http.HandleFunc("/age/", ageKey)
|
||||
http.HandleFunc("/gpg", gpgKey)
|
||||
http.HandleFunc("/gpg/", gpgKey)
|
||||
http.HandleFunc("/gpg/koumbit", gpgKey)
|
||||
http.HandleFunc("/gpg/koumbit/", gpgKey)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user