diff options
| -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 cb11bf5..f4dafb4 100644 --- a/src/mixins.ts +++ b/src/mixins.ts @@ -35,7 +35,7 @@ export default class APIExtendableLanguage extends Vue { } async fetchRandom(): Promise<void> { - fetch('http://localhost/api/v1/random', { + fetch('http://api.senpy.club/api/v1/random', { method: 'GET', }) .then((response) => response.json()) |