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

@@ -14,6 +14,7 @@ var (
JWT_SECRET = ""
ALLOWED_ORIGINS = []string{}
AUTHORIZER_URL = ""
APP_URL = ""
PORT = "8080"
REDIS_URL = ""
IS_PROD = false