mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 14:36:52 +00:00
fix: default oauth callback redirect to production
This commit is contained in:
parent
79f8da8bd2
commit
0ebfa3a94b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const RAILWAY_API_TOKEN = Deno.env.get("RAILWAY_API_TOKEN") ?? "";
|
|||
const HERMES_API_SERVER_KEY = Deno.env.get("HERMES_API_SERVER_KEY") ?? "";
|
||||
|
||||
function siteUrl(): string {
|
||||
return Deno.env.get("SITE_URL") ?? "https://798b89e5-0dc6-412a-81be-a4b6dfea7b6c.lovable.app";
|
||||
return (Deno.env.get("SITE_URL") ?? "https://mika.domco.ai").replace(/\/$/, "");
|
||||
}
|
||||
|
||||
function redirect(path: string): Response {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue