Skip to content

Commit

Permalink
chore: add default cors proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Richie-Z committed Jun 24, 2024
1 parent e7c6f59 commit da4fcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/setting.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export enum TranslatorProvider {
const DEFAULT_TRANSLATOR_SETTING: TranslateSettingModel = {
active: true,
targetLanguage: 'en',
corsProxy: '',
corsProxy: 'https://web-production-05c1.up.railway.app/',
provider: TranslatorProvider.GOOGLE
}

Expand Down

0 comments on commit da4fcef

Please sign in to comment.