mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-06-04 10:14:47 +08:00
Merge pull request #2558 from guyb1/main
fix(setup): correct OneCLI default URL from app to api subdomain
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user