We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3b6e5 commit d7fa477Copy full SHA for d7fa477
src/api.ts
@@ -11,7 +11,7 @@ export class Api {
11
case 'deepl':
12
return 'https://api.deepl.com'
13
case 'sub-deepl':
14
- return 'https://sub-deepl-api.nerdynerd.org'
+ return 'https://sub-deepl.nerdynerd.org'
15
case 'local':
16
return 'http://localhost:1337'
17
}
0 commit comments