uupdated redirect link
parent
9adb8e454d
commit
17b8b48459
5
main.go
5
main.go
|
@ -71,7 +71,10 @@ MARIADB_DATABASE_NAME=db_database_name
|
|||
|
||||
# invex storage system api
|
||||
INVEX_API_BASE=api_url
|
||||
INVEX_API_TOKEN=api_token`)
|
||||
INVEX_API_TOKEN=api_token
|
||||
|
||||
# notifications used for us admins
|
||||
NOTIFICATION_USER_IDS=123`)
|
||||
|
||||
config.LoadConfig()
|
||||
|
||||
|
|
|
@ -960,5 +960,5 @@ func CrmNoLinkProvidedRedirect(c *fiber.Ctx) error {
|
|||
// '500':
|
||||
// description: Failed to redirect to crm no link provided
|
||||
|
||||
return c.Redirect("https://shinnex.de?utm_source=web&utm_medium=web&utm_campaign=voucherlinkredirect&utm_content=redirect")
|
||||
return c.Redirect("https://jannex.de?utm_source=web&utm_medium=web&utm_campaign=linkredirect&utm_content=redirect")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue