chore: update APP_URL to games.adriatica.io
All checks were successful
Deploy c4 / deploy (push) Successful in 39s

This commit is contained in:
Ryan Hamamura
2026-02-13 09:24:49 -10:00
parent e85271ab29
commit e45559ecb3
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ func getBaseURL() string {
if url := os.Getenv("APP_URL"); url != "" {
return url
}
return "https://demo.adriatica.io"
return "https://games.adriatica.io"
}
func InviteLink(gameID string) h.H {