From 07187e0382c95a643a25281493430cd9de68023d Mon Sep 17 00:00:00 2001 From: djeck1432 Date: Mon, 23 Sep 2024 15:52:27 +0200 Subject: [PATCH] unify BASE_API_URL --- frontend/src/lib/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/config.ts b/frontend/src/lib/config.ts index 5bd1dfa0..efe9a989 100644 --- a/frontend/src/lib/config.ts +++ b/frontend/src/lib/config.ts @@ -16,7 +16,7 @@ export const formatIpfsHash = (hash: string) => { return hash.replace(/,/g, ""); }; -export const BASE_API_URL = "https://konoha.vote/discussion-api/api/" +export const BASE_API_URL = "https://konoha.vote/discussion-api/api" export const NETWORK: string = "sepolia"; export const ETH_ADDRESS = "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7"