Skip to content

Commit 1cfd130

Browse files
awsl233777claude
andauthored
fix: update DuckCoding API endpoints (#445)
- duckcoding: jp.duckcoding.com → api.duckcoding.ai - freeduck: free.duckcoding.com → free.duckcoding.ai Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1165cc5 commit 1cfd130

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/src/pages/providers/types.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ export const quickTemplates: QuickTemplate[] = [
157157
logoUrl: duckcodingLogo,
158158
supportedClients: ['claude', 'codex', 'gemini'],
159159
clientBaseURLs: {
160-
claude: 'https://jp.duckcoding.com',
161-
codex: 'https://jp.duckcoding.com/v1',
162-
gemini: 'https://jp.duckcoding.com',
160+
claude: 'https://api.duckcoding.ai',
161+
codex: 'https://api.duckcoding.ai/v1',
162+
gemini: 'https://api.duckcoding.ai',
163163
},
164164
},
165165
{
@@ -172,7 +172,7 @@ export const quickTemplates: QuickTemplate[] = [
172172
logoUrl: freeDuckLogo,
173173
supportedClients: ['claude'],
174174
clientBaseURLs: {
175-
claude: 'https://free.duckcoding.com',
175+
claude: 'https://free.duckcoding.ai',
176176
},
177177
},
178178
{

0 commit comments

Comments
 (0)