Skip to content

Commit d7fa477

Browse files
committed
fix: api domain
1 parent 9c3b6e5 commit d7fa477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class Api {
1111
case 'deepl':
1212
return 'https://api.deepl.com'
1313
case 'sub-deepl':
14-
return 'https://sub-deepl-api.nerdynerd.org'
14+
return 'https://sub-deepl.nerdynerd.org'
1515
case 'local':
1616
return 'http://localhost:1337'
1717
}

0 commit comments

Comments
 (0)