📎 api.ts

This commit is contained in:
nirholas
2026-03-31 10:23:05 +00:00
parent 28cd54919c
commit d843154abf

View File

@@ -180,3 +180,5 @@ export async function isSignedIn(): Promise<boolean> {
export function getCodeWebUrl(): string {
return `${getOauthConfig().CLAUDE_AI_ORIGIN}/code`
}