fix: update discord link

fix: redirect link for verification handler (#74)

Resolves #70
This commit is contained in:
Lakhan Samani
2021-12-07 17:50:50 +05:30
parent 6ca37a0d50
commit cb5b02d777
8 changed files with 14 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ import (
"strings"
)
// function to get hostname
// GetHostName function to get hostname
func GetHostName(auth_url string) string {
u, err := url.Parse(auth_url)
if err != nil {