Merge pull request #2558 from guyb1/main

fix(setup): correct OneCLI default URL from app to api subdomain
This commit is contained in:
gavrielc
2026-05-22 22:58:45 +03:00
committed by GitHub
+2 -2
View File
@@ -70,8 +70,8 @@ export const CONFIG: Entry[] = [
surface: 'flag+ui', surface: 'flag+ui',
group: 'OneCLI', group: 'OneCLI',
type: 'url', type: 'url',
default: 'https://app.onecli.sh', default: 'https://api.onecli.sh',
placeholder: 'https://app.onecli.sh', placeholder: 'https://api.onecli.sh',
validate: httpUrl, validate: httpUrl,
}, },
{ {