aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-09 00:22:25 -0800
committerFuwn <[email protected]>2022-03-09 00:22:25 -0800
commit42f31e94ffb2db57466e046df63c7868e8226495 (patch)
tree47f7c0517a101589e2bee5a0e8494cfe73fff016
parentMerge pull request #3 from senpy-club/renovate/eslint-8.x (diff)
downloadfrontend-next-42f31e94ffb2db57466e046df63c7868e8226495.tar.xz
frontend-next-42f31e94ffb2db57466e046df63c7868e8226495.zip
fix(lib): replace api url with new
-rw-r--r--src/lib/api.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/api.ts b/src/lib/api.ts
index 58ed028..8eed656 100644
--- a/src/lib/api.ts
+++ b/src/lib/api.ts
@@ -16,7 +16,7 @@
// Copyright (C) 2022-2022 Fuwn <[email protected]>
// SPDX-License-Identifier: GPL-3.0-only
-const baseUrl = "https://senpy-club-api-worker.fuwn.workers.dev/v2";
+const baseUrl = "https://api.senpy.club/v2";
interface RandomImage {
language: string;