From: Fuwn Date: Wed, 9 Mar 2022 08:22:25 +0000 (-0800) Subject: fix(lib): replace api url with new X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=5a9fbe35e1939c6c12717c6daf6f60b1f5aa62dc;p=frontend-next.git fix(lib): replace api url with new --- 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;