diff options
| author | Fuwn <[email protected]> | 2022-03-08 03:01:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-08 03:01:31 -0800 |
| commit | 88e9cad700f51611f1492488418bcc56f382d89e (patch) | |
| tree | 8b47c696f558cf79654979e9f5a712dedb079b2e | |
| parent | fix(mxixins): cors (diff) | |
| download | frontend-main.tar.xz frontend-main.zip | |
| -rw-r--r-- | src/mixins.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixins.ts b/src/mixins.ts index 3967d8d..e38842d 100644 --- a/src/mixins.ts +++ b/src/mixins.ts @@ -12,7 +12,7 @@ export default class APIExtendableLanguage extends Vue { random: any; - private baseUrl = 'https://senpy-club-api-worker.fuwn.workers.dev/v1'; + private baseUrl = 'https://senpy-club-api-worker.fuwn.workers.dev/v2'; async fetchImages(): Promise<void> { fetch(`${this.baseUrl}/language/${this.language}`, { |