fix(setup): correct OneCLI default URL from app to api subdomain

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Guy Ben Aharon
2026-05-19 21:10:40 +03:00
parent 0683c6ec58
commit 1b29a60358
+2 -2
View File
@@ -70,8 +70,8 @@ export const CONFIG: Entry[] = [
surface: 'flag+ui',
group: 'OneCLI',
type: 'url',
default: 'https://app.onecli.sh',
placeholder: 'https://app.onecli.sh',
default: 'https://api.onecli.sh',
placeholder: 'https://api.onecli.sh',
validate: httpUrl,
},
{