]> git.lizzy.rs Git - frontend-next.git/commitdiff
fix(lib): replace api url with new
authorFuwn <fuwnzy@gmail.com>
Wed, 9 Mar 2022 08:22:25 +0000 (00:22 -0800)
committerFuwn <fuwnzy@gmail.com>
Wed, 9 Mar 2022 08:22:25 +0000 (00:22 -0800)
src/lib/api.ts

index 58ed028e2637601ece2e2bdccdbd7a330daac681..8eed656afebe76b88773bf28ac67dab1395b7a05 100644 (file)
@@ -16,7 +16,7 @@
 // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me>
 // 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;