From 42f31e94ffb2db57466e046df63c7868e8226495 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 9 Mar 2022 00:22:25 -0800 Subject: fix(lib): replace api url with new --- src/lib/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // 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; -- cgit v1.2.3