diff options
| author | Fuwn <[email protected]> | 2022-03-09 00:22:25 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-09 00:22:25 -0800 |
| commit | 42f31e94ffb2db57466e046df63c7868e8226495 (patch) | |
| tree | 47f7c0517a101589e2bee5a0e8494cfe73fff016 | |
| parent | Merge pull request #3 from senpy-club/renovate/eslint-8.x (diff) | |
| download | frontend-next-42f31e94ffb2db57466e046df63c7868e8226495.tar.xz frontend-next-42f31e94ffb2db57466e046df63c7868e8226495.zip | |
fix(lib): replace api url with new
| -rw-r--r-- | src/lib/api.ts | 2 |
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; |