Skip to content

Commit

Permalink
unify BASE_API_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Sep 23, 2024
1 parent d1f2bc7 commit 07187e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 07187e0

Please sign in to comment.